Explorar el Código

feat(types): enterprise

qinlaiqiao hace 5 años
padre
commit
8f967fea25
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 }
 }