jinlin
2024-09-26 7686039d6fcdf7dc4d1fdde3758bd98ff9646f2a
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/dao/XhProductModelDao.java
@@ -38,4 +38,8 @@
    void deleteByShipId(Long shipId);
    List<XhProductModel> getProductPath(Long shipId);
    void deleteByPid(Long id);
    Long[] getByPid(Long id);
}