From 67b20d0f3734fb4f32e62f2858ea5cdc358b5e96 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期一, 08 十二月 2025 09:32:00 +0800
Subject: [PATCH] #增加许可证

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

diff --git a/src/main/resources/mapper/BasDevpMapper.xml b/src/main/resources/mapper/BasDevpMapper.xml
index 2ac3d4f..584d18a 100644
--- a/src/main/resources/mapper/BasDevpMapper.xml
+++ b/src/main/resources/mapper/BasDevpMapper.xml
@@ -14,6 +14,8 @@
         <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" />
 
     </resultMap>
 

--
Gitblit v1.9.1