jinlin
2024-03-18 812d77e3db062d63bc35304ac527f14efd1a454d
modules/mainPart/src/main/java/com/zt/life/modules/sysPictureBase/service/SysPictureBaseService.java
@@ -45,4 +45,8 @@
    public void updateByDefault(Long id, Integer productType) {
        baseDao.updateByDefault(id,productType);
    }
    public void updateProdeuctImg(Long id, Integer productType) {
        baseDao.updateProdeuctImg(id,productType);
    }
}