修复部分问题

This commit is contained in:
gxwebsoft
2023-06-05 16:50:04 +08:00
parent 6fcff7b0e1
commit 01a57c177e
17 changed files with 1355 additions and 273 deletions

View File

@@ -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;