wente
2024-12-05 17ce02ec6fefa4e8b9ac870e2b52dea0942f5597
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);
}