新增历史结算;

新增租单管理
This commit is contained in:
2023-06-13 01:44:18 +08:00
parent df95f7d02c
commit 14cbb87311
20 changed files with 2301 additions and 48 deletions

View File

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