@@ -0,0 +1,5 @@
+export interface IPlatformSwitch {// 项目功能开关
+ ID: string;
+ type: string;// 开关类型
+ enable: boolean;// 开关结果
+}