فهرست منبع

feat(types): enterprise

qinlaiqiao 5 سال پیش
والد
کامیت
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;
 }