jinlin
2024-08-16 b19917255abcd8b44be207822a116292ba42a0cd
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/dao/XhProductModelDao.java
@@ -26,8 +26,16 @@
    List<XhProductModel> getProductList();
    List<ProductImg> getProduct(Long productId);
    List<ProductImg> getProduct(Long productId, Long parentId);
    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);
}