jinlin
2024-07-30 481b82866b1714f79dc35ecf2bc26436b027954e
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/dao/XhProductModelDao.java
@@ -33,5 +33,7 @@
    List<XhProductModel> getByShipId(Long shipId);
    List<XhProductModel> getProductTree(Long shipId);
    void deleteByShipId(Long shipId);
}