wang1
2023-07-20 875be114d48b0591186030819233fdcc20a8cd0a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.vci.ubcs.file.constant;
 
/**
 * 文件服务中枚举的静态值
 * @author weidy
 * @date 2020/3/12
 */
public class VciFileEnumConstant {
 
    /**
     * 文件传输协议
     */
    public static final String FILE_TRANS_PROTOCOL = "fileTransProtocol";
    /**
     * 文仓操作系统的类型
     */
    public static final String FILE_SERVICE_OS_TYPE = "fileServiceOsType";
 
}