From 3f4805441861005e8f05d2a4d6894b8ea0d6cf54 Mon Sep 17 00:00:00 2001
From: LSH <brook_w@163.com>
Date: 星期三, 17 八月 2022 16:05:21 +0800
Subject: [PATCH] Revert "#"

---
 src/main/resources/mapper/LocMastMapper.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index fb1bd8d..1ca68c2 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -33,8 +33,10 @@
         <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="fire_no" property="fireNo" />
+        <result column="fire_status" property="fireStatus" />
+        <result column="pack_status" property="packStatus" />
 
     </resultMap>
 

--
Gitblit v1.9.1