xyc
2024-11-04 e48a56c2171f023f1978b0b6aec9befd43e7a9dc
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);
}