jinlin
2024-11-07 d0e1a3fb24d0ee76aa4ef1b0e042392b4d3ac794
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);
}