From ab0ac24c86067aaec92a2839280d73c08e458170 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期六, 03 二月 2024 11:46:14 +0800
Subject: [PATCH] 2024.2.3提交sd模块相关代码

---
 north-glass-erp/src/main/resources/mapper/sd/Product.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/sd/Product.xml b/north-glass-erp/src/main/resources/mapper/sd/Product.xml
index ae51f90..1815692 100644
--- a/north-glass-erp/src/main/resources/mapper/sd/Product.xml
+++ b/north-glass-erp/src/main/resources/mapper/sd/Product.xml
@@ -15,10 +15,12 @@
         <result column="creator" property="creator"/>
         <result column="create_time" property="createTime"/>
         <result column="update_time" property="updateTime"/>
+        <!--鎺ユ敹鍏朵粬澶栭敭瀹炰綋绫绘暟鎹�-->
         <association property="basicGlassType" javaType="com.example.erp.entity.sd.BasicGlassType">
             <result column="type_id" property="typeID"/>
             <result column="type_name" property="typeName"/>
         </association>
+
         <!--<result column="g_typeId" property="glassTypes.typeId"/>
         <result column="g_type" property="glassTypes.type"/>-->
 

--
Gitblit v1.8.0