modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/dao/XhProductModelDao.java
@@ -30,4 +30,8 @@ List<XhProductModel> getTaskProductList(); XhProductModel getById(Long id); List<XhProductModel> getByShipId(Long shipId); void deleteByShipId(Long shipId); }