产权公司

This commit is contained in:
weicw
2023-06-06 10:26:22 +08:00
parent 2c11634cfa
commit 372843d129
4 changed files with 48 additions and 19 deletions

View File

@@ -52,6 +52,7 @@ export interface Company {
export interface CompanyParam {
companyId?: number;
shortName?: string;
companyTypeMultiple?: string;
companyName?: string;
domain?: string;
keywords?: string;

View File

@@ -4,6 +4,7 @@ export interface TowerFall {
id?: number;
code?: string;
model?: string;
companyId?: number;
factory?: string;
factoryDate?: string;
discardDate?: string;