jinlin
2024-08-12 93613ff8e7db6a77841a36eb4be9e5219bd5cd29
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);
}