jinlin
2024-07-16 ee2a27313fbf5e7741644f9f3701d243487dbaa4
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);
}