xyc
2025-02-21 664db98c9e8595ce4dd636a27f480e3a08b81ff5
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);
}