jinlin
2024-08-06 fe295552e5a3b010b5a6a60a1e2a94bc39b49d68
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/dao/XhProductModelDao.java
@@ -30,4 +30,12 @@
    List<XhProductModel> getTaskProductList();
    XhProductModel getById(Long id);
    List<XhProductModel> getByShipId(Long shipId);
    List<XhProductModel> getProductTree(Long shipId);
    void deleteByShipId(Long shipId);
    List<XhProductModel> getProductPath(Long shipId);
}