xyc
2024-08-16 33246bb56e05b273944ec1cc03a58dc112e48848
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);
}