wente
2024-04-26 a87b49ca0801a52f58a72085f75143ab668ba6ca
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/dao/XhProductModelDao.java
@@ -22,11 +22,12 @@
    List<XhProductModel> getList(Map<String, Object> params);
    Integer getNo(Long pid);
    Integer getNo(Long pid, String productType);
    List<XhProductModel> getProductList();
    List<ProductImg> getProduct(Long productId);
    List<XhProductModel> getTaskProductList();
    XhProductModel getById(Long id);
}