From 2cffa027595247c136a8ee95f5f745c58cb0cce5 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期六, 09 五月 2026 13:08:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_New_pro' into dev_New_pro

---
 src/main/java/com/ruoyi/production/bean/dto/ProductionProductMainDto.java |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/bean/dto/ProductionProductMainDto.java b/src/main/java/com/ruoyi/production/bean/dto/ProductionProductMainDto.java
index 9fc8d86..cbac4b5 100644
--- a/src/main/java/com/ruoyi/production/bean/dto/ProductionProductMainDto.java
+++ b/src/main/java/com/ruoyi/production/bean/dto/ProductionProductMainDto.java
@@ -12,63 +12,63 @@
 
 @EqualsAndHashCode(callSuper = true)
 @Data
-@Schema(name = "ProductionProductMainDto", description = "production report query dto")
+@Schema(name = "ProductionProductMainDto", description = "鐢熶骇鎶ュ伐鏌ヨ鍙傛暟")
 public class ProductionProductMainDto extends ProductionProductMain {
 
-    @Schema(description = "product process route item id")
+    @Schema(description = "浜у搧宸ヨ壓璺嚎宸ュ簭ID")
     private Long productProcessRouteItemId;
 
-    @Schema(description = "production report id")
+    @Schema(description = "鎶ュ伐ID")
     private Long productMainId;
 
-    @Schema(description = "tenant id")
+    @Schema(description = "绉熸埛ID")
     private Long tenantId;
 
-    @Schema(description = "work order no")
+    @Schema(description = "宸ュ崟缂栧彿")
     private String workOrderNo;
 
-    @Schema(description = "work order status")
+    @Schema(description = "宸ュ崟鐘舵��")
     private String workOrderStatus;
 
-    @Schema(description = "nick name")
+    @Schema(description = "鏄电О")
     private String nickName;
 
-    @Schema(description = "quantity")
+    @Schema(description = "鏁伴噺")
     private BigDecimal quantity;
 
-    @Schema(description = "scrap quantity")
+    @Schema(description = "鎶ュ簾鏁伴噺")
     private BigDecimal scrapQty;
 
-    @Schema(description = "product name")
+    @Schema(description = "浜у搧鍚嶇О")
     private String productName;
 
-    @Schema(description = "product model name")
+    @Schema(description = "浜у搧瑙勬牸鍨嬪彿")
     private String productModelName;
 
-    @Schema(description = "unit")
+    @Schema(description = "鍗曚綅")
     private String unit;
 
-    @Schema(description = "sales contract no")
+    @Schema(description = "閿�鍞悎鍚屽彿")
     private String salesContractNo;
 
-    @Schema(description = "scheduling date")
+    @Schema(description = "鎺掍骇鏃ユ湡")
     private LocalDate schedulingDate;
 
-    @Schema(description = "scheduling user name")
+    @Schema(description = "鎺掍骇浜哄憳鍚嶇О")
     private String schedulingUserName;
 
-    @Schema(description = "customer name")
+    @Schema(description = "瀹㈡埛鍚嶇О")
     private String customerName;
 
-    @Schema(description = "process")
+    @Schema(description = "宸ュ簭")
     private String process;
 
-    @Schema(description = "salary quota")
+    @Schema(description = "宸ヨ祫瀹氶")
     private BigDecimal workHours;
 
-    @Schema(description = "wages")
+    @Schema(description = "宸ヨ祫")
     private BigDecimal wages;
 
-    @Schema(description = "operation param list")
+    @Schema(description = "宸ュ簭鍙傛暟鍒楄〃")
     private List<ProductionOrderRoutingOperationParam> productionOperationParamList;
 }

--
Gitblit v1.9.3