From a8a78a1b733914ea97393ccc5a81bf7ea76ed5aa Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 12 三月 2026 17:58:38 +0800
Subject: [PATCH] Merge branch 'dev_宁夏_中盛建材' of http://114.132.189.42:9002/r/product-inventory-management-after into dev_宁夏_中盛建材

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

diff --git a/src/main/resources/mapper/production/ProductMaterialSkuMapper.xml b/src/main/resources/mapper/production/ProductMaterialSkuMapper.xml
new file mode 100644
index 0000000..ccd26ed
--- /dev/null
+++ b/src/main/resources/mapper/production/ProductMaterialSkuMapper.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
+        "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+
+<mapper namespace="com.ruoyi.production.mapper.ProductMaterialSkuMapper">
+
+    <resultMap id="ProductMaterialSkuResultMap" type="com.ruoyi.production.pojo.ProductMaterialSku">
+        <id property="id" column="id"/>
+        <result property="materialId" column="material_id"/>
+        <result property="identifierCode" column="identifier_code"/>
+        <result property="materialCode" column="material_code"/>
+        <result property="specification" column="specification"/>
+        <result property="supplyType" column="supply_type"/>
+        <result property="originatorName" column="originator_name"/>
+        <result property="originatorOrg" column="originator_org"/>
+        <result property="formInstanceId" column="form_instance_id"/>
+        <result property="formModifiedTime" column="form_modified_time"/>
+        <result property="createTime" column="create_time"/>
+        <result property="updateTime" column="update_time"/>
+    </resultMap>
+
+</mapper>
\ No newline at end of file

--
Gitblit v1.9.3