疯狂的狮子li
2021-11-29 9351d47948e1421f308eac1fa761b18b621580a9
ruoyi-system/src/main/java/com/ruoyi/system/service/ISysOssConfigService.java
@@ -18,6 +18,11 @@
public interface ISysOssConfigService extends IServicePlus<SysOssConfig, SysOssConfigVo> {
    /**
     * 初始化OSS配置
     */
    void init();
    /**
     * 查询单个
     */
    SysOssConfigVo queryById(Integer ossConfigId);