From 3efe34fdc1dfe58e16c8689faf086b38b2d73e83 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期一, 16 三月 2026 16:41:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/jxhcwcs-version1.0' into jxhcwcs-version1.0

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

diff --git a/src/main/resources/mapper/BasDevpMapper.xml b/src/main/resources/mapper/BasDevpMapper.xml
index 2ac3d4f..d6c01b5 100644
--- a/src/main/resources/mapper/BasDevpMapper.xml
+++ b/src/main/resources/mapper/BasDevpMapper.xml
@@ -14,6 +14,9 @@
         <result column="memo" property="memo" />
         <result column="station_list" property="stationList" />
         <result column="barcode_station_list" property="barcodeStationList" />
+        <result column="in_station_list" property="inStationList" />
+        <result column="out_station_list" property="outStationList" />
+        <result column="run_block_reassign_loc_station_list" property="runBlockReassignLocStationList" />
 
     </resultMap>
 

--
Gitblit v1.9.1