From 7f1daf583d98492a41d9e8e779c50e839b9d2563 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 01 四月 2026 11:05:35 +0800
Subject: [PATCH] fix: 规格型号导入模版中加上物料编码字段

---
 src/main/java/com/ruoyi/production/dto/ProductMaterialSkuImportDto.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/dto/ProductMaterialSkuImportDto.java b/src/main/java/com/ruoyi/production/dto/ProductMaterialSkuImportDto.java
index 9d6c599..0441463 100644
--- a/src/main/java/com/ruoyi/production/dto/ProductMaterialSkuImportDto.java
+++ b/src/main/java/com/ruoyi/production/dto/ProductMaterialSkuImportDto.java
@@ -27,6 +27,10 @@
     @Excel(name = "瑙勬牸鍨嬪彿")
     private String model;
 
+    @ApiModelProperty("鐗╂枡缂栫爜")
+    @Excel(name = "鐗╂枡缂栫爜")
+    private String materialCode;
+
     @ApiModelProperty("渚涘簲鏂瑰紡锛堣嚜鍒讹紝澶栬喘锛�")
     @Excel(name = "渚涘簲鏂瑰紡")
     private String supplyType;

--
Gitblit v1.9.3