疯狂的狮子li
2021-08-06 c06a02fb970f6244cb481ee45ad13b46e260fad1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package com.ruoyi.oss.constant;
 
/**
 * 云存储常量
 *
 * @author Lion Li
 */
public class CloudConstant {
 
    /**
     * 云存储配置KEY
     */
    public final static String CLOUD_STORAGE_CONFIG_KEY = "sys.oss.cloudStorageService";
 
    /**
     * 预览列表资源开关Key
     */
    public final static String PEREVIEW_LIST_RESOURCE_KEY = "sys.oss.previewListResource";
 
}