jinlin
2024-08-06 cd7b35b1acc7467deac78ba843b5870a22c9c7f6
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/sysPictureBase/dao/SysPictureBaseDao.java
@@ -22,5 +22,7 @@
    void updateByDefault(Long id, Integer productType);
    void updateProdeuctImg(Long id, Integer productType);
    void updateProdeuctImg(Long id, Integer productType, Long pictureBaseId);
    SysPictureBase getDefaultImg(Integer productType);
}