From fd80c03df8aa8261e4c8174b9ee0a91edb45d60c Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期五, 28 八月 2026 23:08:57 +0800
Subject: [PATCH] fix: 客户档案查询领用人返回用户昵称

---
 src/main/java/com/ruoyi/production/bean/dto/ProductionProductMainDto.java |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 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 848e69e..85d3ed8 100644
--- a/src/main/java/com/ruoyi/production/bean/dto/ProductionProductMainDto.java
+++ b/src/main/java/com/ruoyi/production/bean/dto/ProductionProductMainDto.java
@@ -54,6 +54,12 @@
     @Schema(description = "鏁伴噺")
     private BigDecimal quantity;
 
+    @Schema(description = "鎺掍骇鏁伴噺")
+    private BigDecimal schedulingNum;
+
+    @Schema(description = "寰呯敓浜ф暟閲�")
+    private BigDecimal pendingNum;
+
     @Schema(description = "鎶ュ簾鏁伴噺")
     private BigDecimal scrapQty;
 
@@ -81,9 +87,15 @@
     @Schema(description = "宸ュ簭")
     private String process;
 
+    @Schema(description = "宸ュ簭鏍囧噯鏁伴噺")
+    private java.math.BigDecimal standardQuantity;
+
     @Schema(description = "宸ヨ祫瀹氶")
     private BigDecimal workHours;
 
+    @Schema(description = "鎶樼畻宸ユ椂")
+    private BigDecimal convertedWorkHours;
+
     @Schema(description = "宸ヨ祫")
     private BigDecimal wages;
 

--
Gitblit v1.9.3