peng
3 天以前 63e52ca4e0d2085c09d169782c5f57ec4994a8b3
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;
}