修复部分问题
This commit is contained in:
@@ -6,6 +6,7 @@ export interface Company {
|
||||
shortName?: string;
|
||||
companyName?: string;
|
||||
companyType?: number;
|
||||
companyTypeMultiple?: string;
|
||||
companyLogo?: string;
|
||||
companyCode?: string;
|
||||
domain?: string;
|
||||
@@ -28,6 +29,7 @@ export interface Company {
|
||||
address?: string;
|
||||
latitude?: string;
|
||||
longitude?: string;
|
||||
businessEntity?: string;
|
||||
comments?: string;
|
||||
authentication?: number;
|
||||
industryId?: number;
|
||||
|
||||
Reference in New Issue
Block a user