Explorar o código

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
e0d6d40be0
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      types/src/interface/platformSwitch.ts

+ 3 - 0
types/src/interface/platformSwitch.ts

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