xyc
2024-10-15 d2112d88bb536f8e08eb3ce123a2b2230c4411f9
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/dao/XhProductModelDao.java
@@ -36,4 +36,12 @@
    List<XhProductModel> getProductTree(Long shipId);
    void deleteByShipId(Long shipId);
    List<XhProductModel> getProductPath(Long shipId);
    void deleteByPid(Long id);
    Long[] getByPid(Long id);
    void getProductByShip(Long shipId);
}