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 | 18 ++++++++++++++++++
1 files changed, 18 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 eb6d6b3..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,12 +87,24 @@
@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;
+ @Schema(description = "鍘熷伐璧�")
+ private BigDecimal originalWages;
+
+ @Schema(description = "琛ヤ慨鐞嗗伐鏃�")
+ private BigDecimal repairWorkHour;
+
@Schema(description = "宸ヨ祫淇閲戦")
private BigDecimal adjustAmount;
--
Gitblit v1.9.3