From 244f41d475c3d5fbc2cf7c006aeab7582e76fdce Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期六, 17 五月 2025 10:06:57 +0800
Subject: [PATCH] 接口编写
---
src/main/resources/mapper/nc/NccBdCustomerWmsMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/nc/NccBdCustomerWmsMapper.xml b/src/main/resources/mapper/nc/NccBdCustomerWmsMapper.xml
index 36d3186..b49aa13 100644
--- a/src/main/resources/mapper/nc/NccBdCustomerWmsMapper.xml
+++ b/src/main/resources/mapper/nc/NccBdCustomerWmsMapper.xml
@@ -15,6 +15,7 @@
<result property="legalbody" column="LEGALBODY" />
<result property="nlimitmny" column="NLIMITMNY" />
<result property="wmsFlag" column="wms_flag" />
+ <result property="wmsMemo" column="wms_memo" />
</resultMap>
<sql id="Base_Column_List">
--
Gitblit v1.9.1