From 52cbfeb0c93770530965955ca861f3d0a2bedd66 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期一, 12 一月 2026 11:01:27 +0800
Subject: [PATCH] 添加重量信息
---
src/main/resources/mapper/BasDevpMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/BasDevpMapper.xml b/src/main/resources/mapper/BasDevpMapper.xml
index 584d18a..d6c01b5 100644
--- a/src/main/resources/mapper/BasDevpMapper.xml
+++ b/src/main/resources/mapper/BasDevpMapper.xml
@@ -16,6 +16,7 @@
<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