peng
3 天以前 3c5723e2b832823fc63e6d8cd1460b2e003583db
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.lili.modules.file.entity.enums;
 
/**
 * OssEnum
 *
 * @author Chopper
 * @version v1.0
 * 2022-06-06 11:23
 */
public enum OssEnum {
    /**
     * 上传渠道
     */
    ALI_OSS, MINIO, HUAWEI_OBS, TENCENT_COS;
}