equipment/equipment-service/src/main/java/com/gkhy/safePlatform/equipment/service/baseService/SafeMaterialInfoService.java
@@ -13,7 +13,7 @@ SafeMaterialInfo queryById(Long id); int getCountByClassify(Long classifyId); int deleteBatch(List<Long> ids); @@ -22,4 +22,7 @@ List<SafeMaterialDO> listByPage(Page<SafeMaterialDO> page, SafeMaterialQuery query); int getCountBySmallClassifyId(Long smallClassifyId); boolean checkMaterial(Long smallClassifyId, Long depId, Long id); }