From ac87446aba4bcc6b45d0fc9d81ca9ea504ee4b27 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期二, 04 十一月 2025 08:33:53 +0800
Subject: [PATCH] 标准wms2.0
---
src/main/resources/mapper/LocCacheMapper.xml | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/src/main/resources/mapper/LocCacheMapper.xml b/src/main/resources/mapper/LocCacheMapper.xml
index 5c6cd5f..8755c04 100644
--- a/src/main/resources/mapper/LocCacheMapper.xml
+++ b/src/main/resources/mapper/LocCacheMapper.xml
@@ -6,11 +6,7 @@
<resultMap id="BaseResultMap" type="com.zy.asrs.entity.LocCache">
<result column="loc_no" property="locNo" />
<result column="whs_type" property="whsType" />
- <result column="plt_type" property="pltType" />
- <result column="ctn_type" property="ctnType" />
<result column="loc_sts" property="locSts" />
- <result column="sheet_no" property="sheetNo" />
- <result column="crn_no" property="crnNo" />
<result column="row1" property="row1" />
<result column="bay1" property="bay1" />
<result column="lev1" property="lev1" />
@@ -26,17 +22,7 @@
<result column="modi_time" property="modiTime" />
<result column="appe_user" property="appeUser" />
<result column="appe_time" property="appeTime" />
- <result column="error_time" property="errorTime" />
- <result column="error_memo" property="errorMemo" />
- <result column="ctn_kind" property="ctnKind" />
- <result column="sc_weight" property="scWeight" />
- <result column="inv_wh" property="invWh" />
- <result column="mk" property="mk" />
<result column="barcode" property="barcode" />
- <result column="Pdc_type" property="PdcType" />
- <result column="ctn_no" property="ctnNo" />
- <result column="library_type" property="libraryType" />
- <result column="gro1" property="gro1" />
<result column="frozen" property="frozen" />
<result column="frozen_memo" property="frozenMemo" />
--
Gitblit v1.9.1