From 8ddd07015772015639a044f9745b03af3508d8b3 Mon Sep 17 00:00:00 2001
From: lsh <lsh@123>
Date: 星期二, 10 三月 2026 13:21:38 +0800
Subject: [PATCH] #getOne
---
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 d6c01b5..93647da 100644
--- a/src/main/resources/mapper/BasDevpMapper.xml
+++ b/src/main/resources/mapper/BasDevpMapper.xml
@@ -17,6 +17,8 @@
<result column="in_station_list" property="inStationList" />
<result column="out_station_list" property="outStationList" />
<result column="run_block_reassign_loc_station_list" property="runBlockReassignLocStationList" />
+ <result column="is_out_order_list" property="isOutOrderList" />
+ <result column="is_lift_transfer_list" property="isLiftTransferList" />
</resultMap>
--
Gitblit v1.9.1