peng
9 天以前 c5a203cd94117eb87fa4ff7df974a4aaee5ed83b
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;
}