From 191f08b7a74c461d1914652aed737888967a69f1 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 19 十月 2023 16:51:38 +0800
Subject: [PATCH] #地图增加分布式锁

---
 src/main/resources/mapper/BasShuttleOptMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/BasShuttleOptMapper.xml b/src/main/resources/mapper/BasShuttleOptMapper.xml
index a072104..99fefa1 100644
--- a/src/main/resources/mapper/BasShuttleOptMapper.xml
+++ b/src/main/resources/mapper/BasShuttleOptMapper.xml
@@ -16,6 +16,9 @@
         <result column="memo" property="memo" />
         <result column="command" property="command" />
         <result column="system_status" property="systemStatus" />
+        <result column="send" property="send" />
+        <result column="response" property="response" />
+        <result column="device_wrk" property="deviceWrk" />
 
     </resultMap>
 

--
Gitblit v1.9.1