From 03ca4f4f48b3bd60cd07832dfe748f9f69167ac6 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 14 十一月 2023 17:19:13 +0800
Subject: [PATCH] 销售订单-同步修改

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

diff --git a/mes-technology/src/main/resources/mapper/StructureMapper.xml b/mes-technology/src/main/resources/mapper/StructureMapper.xml
index ecba329..02a4982 100644
--- a/mes-technology/src/main/resources/mapper/StructureMapper.xml
+++ b/mes-technology/src/main/resources/mapper/StructureMapper.xml
@@ -47,6 +47,7 @@
 		<result property="dryingTime" column="drying_time"/>
 		<result property="dryingTemperature" column="drying_temperature"/>
 		<result property="packingInfo" column="packing_info"/>
+		<result property="custom" column="custom"/>
 	</resultMap>
 
 	<resultMap id="structureComponentMap" type="com.chinaztt.mes.technology.dto.StructureComponentDTO">

--
Gitblit v1.9.3