From 377a567e83d410cdbc75edd3fe69fdc28bf5a5b1 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期五, 28 八月 2026 23:09:05 +0800
Subject: [PATCH] fix(sales): 统一调整日期序列化时区为GMT+8
---
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