From c9cd6e47dbdf173060496f3d8ce0f228f6a17cda Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 30 七月 2026 17:56:18 +0800
Subject: [PATCH] 修改报工审批查询

---
 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