From 33eccd5e76d865b3f3c4a421cd993498c25b6137 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 10 四月 2026 10:46:32 +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