jinlin
2024-09-05 aa4a6ed94ea6861a6ce634550d2f05f528529098
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/dao/XhProductModelDao.java
@@ -33,5 +33,9 @@
    List<XhProductModel> getByShipId(Long shipId);
    List<XhProductModel> getProductTree(Long shipId);
    void deleteByShipId(Long shipId);
    List<XhProductModel> getProductPath(Long shipId);
}