From 9f6e099c39b61027cc96df77200b98388d48d348 Mon Sep 17 00:00:00 2001
From: wangzhibo <wangzhibo@shsening.com>
Date: 星期四, 16 七月 2026 22:59:49 +0800
Subject: [PATCH] bug fix
---
src/modules/push/entity/vehiclegps.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/modules/push/entity/vehiclegps.ts b/src/modules/push/entity/vehiclegps.ts
index 5744925..5874af6 100644
--- a/src/modules/push/entity/vehiclegps.ts
+++ b/src/modules/push/entity/vehiclegps.ts
@@ -39,6 +39,6 @@
@Column({ comment: '娴锋嫈楂樺害', type: 'decimal', precision: 6, scale: 2, nullable: true })
elevation: number;
- @Column({ comment: '瀹氫綅鐘舵��', dict: ['鏈夋晥瀹氫綅', '鏃犳晥瀹氫綅'], default: 0 })
- status: number;
+ @Column({ comment: '瀹氫綅绮惧害' })
+ status: string;
}
\ No newline at end of file
--
Gitblit v1.9.1