Selaa lähdekoodia

feat(types): enterprise

qinlaiqiao 4 vuotta sitten
vanhempi
commit
8f967fea25
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      types/src/interface/enterprise.ts

+ 1 - 0
types/src/interface/enterprise.ts

@@ -35,6 +35,7 @@ export interface IEnterprise {
   enterpriseScale: string;
   enterpriseScale: string;
   createTime: number;
   createTime: number;
   passwordCheck: 'no' | 'weak' | 'normal' | 'strong' | 'super';
   passwordCheck: 'no' | 'weak' | 'normal' | 'strong' | 'super';
+  subdomain: string;
   ip: string;
   ip: string;
   logoutRule: string;
   logoutRule: string;
 }
 }