Explorar o código

feat(types): enterprise

qinlaiqiao %!s(int64=5) %!d(string=hai) anos
pai
achega
8f967fea25
Modificáronse 1 ficheiros con 1 adicións e 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;
   createTime: number;
   passwordCheck: 'no' | 'weak' | 'normal' | 'strong' | 'super';
+  subdomain: string;
   ip: string;
   logoutRule: string;
 }