From dcd7fcf596005d0c7cf66558bee97edf6c3b03a0 Mon Sep 17 00:00:00 2001
From: wang..123 <brook_w@163.com>
Date: 星期四, 10 三月 2022 18:12:09 +0800
Subject: [PATCH] #物料状态维护

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

diff --git a/src/main/resources/mapper/LocNormalLogMapper.xml b/src/main/resources/mapper/LocNormalLogMapper.xml
index 5ffa7d2..949cfd2 100644
--- a/src/main/resources/mapper/LocNormalLogMapper.xml
+++ b/src/main/resources/mapper/LocNormalLogMapper.xml
@@ -19,6 +19,7 @@
         <result column="create_user" property="createTime"/>
         <result column="update_user" property="updateUser"/>
         <result column="io_type" property="ioType"/>
+        <result column="mat_status" property="matStatus"/>
     </resultMap>
 
 </mapper>

--
Gitblit v1.9.1