From 632c1351c9f0ba96d1f43e46aed2bcbd4a50e7d6 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期一, 21 十月 2024 14:13:36 +0800
Subject: [PATCH] *
---
src/main/resources/mapper/BasCircularShuttleMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/BasCircularShuttleMapper.xml b/src/main/resources/mapper/BasCircularShuttleMapper.xml
index 740145b..5f313c3 100644
--- a/src/main/resources/mapper/BasCircularShuttleMapper.xml
+++ b/src/main/resources/mapper/BasCircularShuttleMapper.xml
@@ -5,8 +5,8 @@
<!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 -->
<resultMap id="BaseResultMap" type="com.zy.asrs.entity.BasCircularShuttle">
<id column="id" property="id" />
- <result column="ste_id" property="steId" />
- <result column="ste_no" property="steNo" />
+ <result column="rgv_id" property="rgvId" />
+ <result column="rgv_no" property="rgvNo" />
<result column="status" property="status" />
</resultMap>
--
Gitblit v1.9.1