瀏覽代碼

feat(types): enterprise

qinlaiqiao 4 年之前
父節點
當前提交
8f967fea25
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;
 }