From f9ff113e9d2e9a3e643b185f08652004e5e43d94 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 06 Dec 2021 16:19:37 +0800
Subject: [PATCH] 保安员统计导出,业务情况统计导出修改

---
 src/main/java/org/springblade/modules/location/entity/Locus.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/springblade/modules/location/entity/Locus.java b/src/main/java/org/springblade/modules/location/entity/Locus.java
index 75b5312..6265e6a 100644
--- a/src/main/java/org/springblade/modules/location/entity/Locus.java
+++ b/src/main/java/org/springblade/modules/location/entity/Locus.java
@@ -52,5 +52,16 @@
 	 * 纬度
 	 */
 	private String latitude;
+	/**
+	 * 类型  1:押运人员  2:押运车辆  3:枪支
+	 */
+	@TableField("type")
+	private Integer type;
 
+
+	/**
+	 * 押运人员/车辆/枪支id
+	 */
+	@TableField("worker_id")
+	private String workerId;
 }

--
Gitblit v1.9.3