From 1f97a20465e29c4ae1824aa66408c77213812c40 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期三, 19 十一月 2025 16:38:18 +0800
Subject: [PATCH] #新增erp中间表库存同步功能

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

diff --git a/src/main/resources/mapper/RowLastnoMapper.xml b/src/main/resources/mapper/RowLastnoMapper.xml
index 18c3461..8dcdf71 100644
--- a/src/main/resources/mapper/RowLastnoMapper.xml
+++ b/src/main/resources/mapper/RowLastnoMapper.xml
@@ -21,6 +21,7 @@
         <result column="sign_type" property="signType" />
         <result column="sign_type_other" property="signTypeOther" />
         <result column="sign_type_other_boolean" property="signTypeOtherBoolean" />
+        <result column="sta_no_list" property="staNoList" />
 
     </resultMap>
 

--
Gitblit v1.9.1