From 47596a855703fbb57e9c4feaf05b601ec07854ef Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期六, 09 五月 2026 11:41:58 +0800
Subject: [PATCH] fix:1.退料审核 2.工序加上工时-生产订单-报工填写 3.核算加上工时计算

---
 src/main/java/com/ruoyi/production/bean/vo/ProductionAccountVo.java |   35 +++++++++++++++++++----------------
 1 files changed, 19 insertions(+), 16 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 5d86e7c..68bcb23 100644
--- a/src/main/java/com/ruoyi/production/bean/vo/ProductionAccountVo.java
+++ b/src/main/java/com/ruoyi/production/bean/vo/ProductionAccountVo.java
@@ -8,52 +8,55 @@
 import java.time.LocalDate;
 
 @Data
-@Schema(name = "ProductionAccountVo", description = "production account page result")
+@Schema(name = "ProductionAccountVo", description = "鐢熶骇鏍哥畻鍒嗛〉缁撴灉")
 public class ProductionAccountVo {
 
-    @Schema(description = "customer contract no")
+    @Schema(description = "瀹㈡埛鍚堝悓鍙�")
     private String customerContractNo;
 
-    @Schema(description = "project name")
+    @Schema(description = "椤圭洰鍚嶇О")
     private String projectName;
 
-    @Schema(description = "customer name")
+    @Schema(description = "瀹㈡埛鍚嶇О")
     private String customerName;
 
-    @Schema(description = "product category")
+    @Schema(description = "浜у搧绫诲埆")
     private String productCategory;
 
-    @Schema(description = "specification model")
+    @Schema(description = "瑙勬牸鍨嬪彿")
     private String specificationModel;
 
-    @Schema(description = "unit")
+    @Schema(description = "鍗曚綅")
     private String unit;
 
-    @Schema(description = "scheduling user id")
+    @Schema(description = "鎺掍骇浜哄憳ID")
     private Long schedulingUserId;
 
-    @Schema(description = "scheduling user name")
+    @Schema(description = "鎺掍骇浜哄憳鍚嶇О")
     private String schedulingUserName;
 
-    @Schema(description = "wages")
+    @Schema(description = "宸ヨ祫")
     private BigDecimal wages;
 
-    @Schema(description = "finished quantity")
+    @Schema(description = "瀹屾垚鏁伴噺")
     private BigDecimal finishedNum;
 
-    @Schema(description = "salary quota")
+    @Schema(description = "宸ヨ祫瀹氶")
     private BigDecimal workHours;
 
-    @Schema(description = "output rate")
+    @Schema(description = "宸ユ椂")
+    private BigDecimal workHour;
+
+    @Schema(description = "浜у嚭鐜�")
     private String outputRate;
 
-    @Schema(description = "process")
+    @Schema(description = "宸ュ簭")
     private String process;
 
-    @Schema(description = "scheduling date")
+    @Schema(description = "鎺掍骇鏃ユ湡")
     @JsonFormat(pattern = "yyyy-MM-dd")
     private LocalDate schedulingDate;
 
-    @Schema(description = "scheduling month(yyyy-MM)")
+    @Schema(description = "鎺掍骇鏈堜唤(yyyy-MM)")
     private String schedulingMonth;
 }

--
Gitblit v1.9.3