jinlin
2024-07-26 9b7ee2b8d22f14a0fffefb2ee371e9a655b05c54
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/taskReliability/service/SimulatAssessService.java
@@ -44,4 +44,8 @@
    public List<SimulatAssess> getList(Long productId, Long taskModelId) {
        return baseDao.getList(productId,taskModelId);
    }
    public List<SimulatAssess> getParams(Long id, Long taskModelId) {
        return baseDao.getParams(id,taskModelId);
    }
}