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/target/classes/mapper/mm/FinishedGoodsInventory.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/north-glass-erp/target/classes/mapper/mm/FinishedGoodsInventory.xml b/north-glass-erp/target/classes/mapper/mm/FinishedGoodsInventory.xml
index 099008c..03ee805 100644
--- a/north-glass-erp/target/classes/mapper/mm/FinishedGoodsInventory.xml
+++ b/north-glass-erp/target/classes/mapper/mm/FinishedGoodsInventory.xml
@@ -4,7 +4,7 @@
         "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 
 <mapper namespace="com.example.erp.mapper.mm.FinishedGoodsInventoryMapper">
-    <!--映射成品库存-->
+    <!--鏄犲皠鎴愬搧搴撳瓨-->
     <resultMap id="selectFinishedGoodsInventory" type="com.example.erp.entity.mm.FinishedGoodsInventory">
         <id column="fid" property="id"/>
         <result column="inventory" property="inventory"/>
@@ -31,7 +31,7 @@
         <result column="product_id" property="orderDetail.productId"/>
 
     </resultMap>
-    <!--映射成品入库-->
+    <!--鏄犲皠鎴愬搧鍏ュ簱-->
     <resultMap id="selectFlowCard" type="com.example.erp.entity.pp.FlowCard">
         <id column="id" property="id"/>
         <result column="order_number" property="orderNumber"/>
@@ -55,7 +55,7 @@
         <result column="quantity" property="orderDetail.quantity"/>
     </resultMap>
 
-    <!--映射成品出库-->
+    <!--鏄犲皠鎴愬搧鍑哄簱-->
     <resultMap id="selectDelivery" type="com.example.erp.entity.sd.OrderDetail">
         <id column="id" property="id"/>
         <result column="building_number" property="buildingNumber"/>
@@ -82,7 +82,7 @@
 
     </resultMap>
 
-    <!--映射订单调拨-->
+    <!--鏄犲皠璁㈠崟璋冩嫧-->
     <resultMap id="selectDeliveryFinishedGoodsInventory" type="com.example.erp.entity.sd.OrderDetail">
 
         <result column="width" property="width"/>

--
Gitblit v1.8.0