wente
2024-03-18 409f9a023e71fd8f61ff3f9a8b1998e526c1aa24
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);
}