wente
2024-03-18 ecf0382f10d90200da487de3606b138633d7de02
modules/mainPart/src/main/java/com/zt/life/modules/sysPictureBase/dao/SysPictureBaseDao.java
@@ -21,4 +21,6 @@
    List<SysPictureBase> getList(Map<String, Object> params);
    void updateByDefault(Long id, Integer productType);
    void updateProdeuctImg(Long id, Integer productType);
}