wente
2024-05-21 fd6cd17c0f7a095be934f9e1d1fd7c3e10cad433
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);
}