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/java/com/ruoyi/production/dto/ProductMaterialSkuDto.java |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/dto/ProductMaterialSkuDto.java b/src/main/java/com/ruoyi/production/dto/ProductMaterialSkuDto.java
new file mode 100644
index 0000000..749e53b
--- /dev/null
+++ b/src/main/java/com/ruoyi/production/dto/ProductMaterialSkuDto.java
@@ -0,0 +1,38 @@
+package com.ruoyi.production.dto;
+
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
+
+/**
+ * <br>
+ * 鐗╂枡 + 瑙勬牸 DTO
+ * </br>
+ *
+ * @author deslrey
+ * @version 1.0
+ * @since 2026/03/12 10:50
+ */
+@Data
+@ApiModel(value = "ProductMaterialSkuDto", description = "鐗╂枡SKU淇℃伅")
+public class ProductMaterialSkuDto {
+
+    @ApiModelProperty("鐗╂枡ID")
+    private Long materialId;
+
+    @ApiModelProperty("鐗╂枡鍚嶇О")
+    private String materialName;
+
+    @ApiModelProperty("鍗曚綅")
+    private String baseUnit;
+
+    @ApiModelProperty("瑙勬牸ID")
+    private Long skuId;
+
+    @ApiModelProperty("瑙勬牸鍨嬪彿")
+    private String specification;
+
+    @ApiModelProperty("渚涘簲鏂瑰紡")
+    private String supplyType;
+
+}
\ No newline at end of file

--
Gitblit v1.9.3