Sfoglia il codice sorgente

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

lishihao 3 anni fa
parent
commit
55ca88a354
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      types/src/interface/generalSetting.ts

+ 9 - 0
types/src/interface/generalSetting.ts

@@ -6,4 +6,13 @@ export interface IWorkbench {
 export interface IGeneralSetting {
 export interface IGeneralSetting {
   ID: string;
   ID: string;
   workbench: IWorkbench;
   workbench: IWorkbench;
+  registerAccount?: {
+    accountFormat: String,
+    accountFormatMsg: String,
+    registerAccount: Boolean,
+    realNameAuthentication: Boolean,
+    certifiedPhone: Boolean,
+    phoneonly: Boolean,
+    secondaryCertification: Boolean,
+  },
 }
 }