wente
2024-06-13 c97306058f396705c10572b1d75b6f5891c9a25f
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/taskReliability/dao/ModelRbdDao.java
@@ -20,5 +20,6 @@
    List<ModelRbd> getList(Map<String, Object> params);
    ModelRbd getDiagram(Long modelId);
    ModelRbd getDiagramOfXDY(Long productId);
    void deleteByModelId(Long modelId);
}