xyc
2024-08-02 a43fd8f15c7da7f4a14ba4ebb79970dad4ce1fae
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);
}