xyc
2024-10-28 7acc9ddf4e0ee4211c38d56dbf1e0c3cddffdad4
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/dao/XhProductModelDao.java
@@ -45,4 +45,6 @@
    Long[] getByPid(Long id);
    List<ProductDto> getProductByShip(Long shipId);
    List<XhProductModel> getProductListByShip(Long productId, int level1, int level2);
}