|
|
@@ -34,8 +34,9 @@ interface IProCptItem {
|
|
|
export interface IEnterprise {
|
|
|
ID: string;
|
|
|
adminID: string;
|
|
|
+ adminName: string;
|
|
|
members: IMember[];
|
|
|
- active: boolean;
|
|
|
+ activated: boolean;
|
|
|
licenceNum: number;
|
|
|
proCptList: IProCptItem[];
|
|
|
usedCptList: string[];
|
|
|
@@ -43,7 +44,7 @@ export interface IEnterprise {
|
|
|
logo: string;
|
|
|
enterpriseLocation: string[];
|
|
|
enterpriseType: string;
|
|
|
- companyScale: string;
|
|
|
+ enterpriseScale: string;
|
|
|
createTime: number;
|
|
|
passwordCheck: 'no' | 'weak' | 'normal' | 'strong' | 'super';
|
|
|
ip: string;
|