@@ -2,4 +2,7 @@ export interface IPlatformSwitch {// 项目功能开关
ID: string;
type: string;// 开关类型
enable: boolean;// 开关结果
+ fileFormat: string;// 文件格式
+ uploadNumber: number;// 上传数量
+ uploadSize: number;// 上传大小
}