From 2ee9e158e3129070f6b1fd953da1540f05d4f2b0 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 10 七月 2026 18:04:50 +0800
Subject: [PATCH] 修改报工

---
 src/main/java/com/ruoyi/production/bean/vo/ProductionAccountVo.java |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/bean/vo/ProductionAccountVo.java b/src/main/java/com/ruoyi/production/bean/vo/ProductionAccountVo.java
index 68bcb23..1338d84 100644
--- a/src/main/java/com/ruoyi/production/bean/vo/ProductionAccountVo.java
+++ b/src/main/java/com/ruoyi/production/bean/vo/ProductionAccountVo.java
@@ -11,6 +11,15 @@
 @Schema(name = "ProductionAccountVo", description = "鐢熶骇鏍哥畻鍒嗛〉缁撴灉")
 public class ProductionAccountVo {
 
+    @Schema(description = "鎶ュ伐鍗曞彿")
+    private String reportNo;
+
+    @Schema(description = "瀹℃牳鐘舵��")
+    private String auditStatusName;
+
+    @Schema(description = "鎶ュ伐绫诲瀷")
+    private String reportTypeName;
+
     @Schema(description = "瀹㈡埛鍚堝悓鍙�")
     private String customerContractNo;
 
@@ -35,6 +44,9 @@
     @Schema(description = "鎺掍骇浜哄憳鍚嶇О")
     private String schedulingUserName;
 
+    @Schema(description = "宸ュ崟缂栧彿")
+    private String workOrderNo;
+
     @Schema(description = "宸ヨ祫")
     private BigDecimal wages;
 
@@ -44,6 +56,12 @@
     @Schema(description = "宸ヨ祫瀹氶")
     private BigDecimal workHours;
 
+    @Schema(description = "宸ヨ祫淇閲戦")
+    private BigDecimal adjustAmount;
+
+    @Schema(description = "宸ヨ祫淇璇存槑")
+    private String adjustRemark;
+
     @Schema(description = "宸ユ椂")
     private BigDecimal workHour;
 

--
Gitblit v1.9.3