From ceec5a59d72439e0760bc9b1968e74dedf27d522 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期五, 28 八月 2026 23:08:35 +0800
Subject: [PATCH] fix: 手动添加的isActive属性get和set方法
---
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