wente
2024-12-05 17ce02ec6fefa4e8b9ac870e2b52dea0942f5597
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/taskReliability/dao/ModelRbdDao.java
@@ -19,6 +19,8 @@
public interface ModelRbdDao extends BaseDao<ModelRbd> {
    List<ModelRbd> getList(Map<String, Object> params);
    List<ModelRbd> getListAll();
    ModelRbd getDiagram(Long modelId);
    ModelRbd getDiagramOfXDY(Long productId);
    void deleteByModelId(Long modelId);
}