fix asset module database migration
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
kkfluous
2026-06-17 11:53:39 +08:00
parent c13f341d5e
commit 91202bdf71
11 changed files with 346 additions and 291 deletions
+2
View File
@@ -8,6 +8,7 @@ export interface VehicleRow {
租赁公司: string;
车辆归属状态Label: string | null;
车辆型号Label: string | null;
车辆类型参数: string | null;
库存区域: string | null;
车辆租赁状态: string | null;
车辆租赁状态Label: string | null;
@@ -40,6 +41,7 @@ export interface Vehicle {
province: string | null;
city: string | null;
status: 'Operating' | 'Inventory' | 'Pending' | 'Abnormal';
operationStatus: string | null;
ownership: string;
rentCompany: string;
contractNo: string | null;