From 15032d66c35c8154316a4f0170f3b6f470bf4c50 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期三, 29 四月 2026 18:01:20 +0800
Subject: [PATCH] fix:1.报工合格数量更改

---
 src/main/java/com/ruoyi/production/bean/vo/ProductionAccountVo.java |   33 ++++++++++++++++++---------------
 1 files changed, 18 insertions(+), 15 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 47cb059..5d86e7c 100644
--- a/src/main/java/com/ruoyi/production/bean/vo/ProductionAccountVo.java
+++ b/src/main/java/com/ruoyi/production/bean/vo/ProductionAccountVo.java
@@ -8,49 +8,52 @@
 import java.time.LocalDate;
 
 @Data
-@Schema(name = "ProductionAccountVo", description = "鐢熶骇鏍哥畻鍒嗛〉杩斿洖瀵硅薄")
+@Schema(name = "ProductionAccountVo", description = "production account page result")
 public class ProductionAccountVo {
 
-    @Schema(description = "瀹㈡埛鍚堝悓鍙�")
+    @Schema(description = "customer contract no")
     private String customerContractNo;
 
-    @Schema(description = "椤圭洰鍚嶇О")
+    @Schema(description = "project name")
     private String projectName;
 
-    @Schema(description = "瀹㈡埛鍚嶇О")
+    @Schema(description = "customer name")
     private String customerName;
 
-    @Schema(description = "浜у搧澶х被")
+    @Schema(description = "product category")
     private String productCategory;
 
-    @Schema(description = "瑙勬牸鍨嬪彿")
+    @Schema(description = "specification model")
     private String specificationModel;
 
-    @Schema(description = "鍗曚綅")
+    @Schema(description = "unit")
     private String unit;
 
-    @Schema(description = "鐢熶骇浜篒D")
+    @Schema(description = "scheduling user id")
     private Long schedulingUserId;
 
-    @Schema(description = "鐢熶骇浜哄悕绉�")
+    @Schema(description = "scheduling user name")
     private String schedulingUserName;
 
-    @Schema(description = "宸ヨ祫")
+    @Schema(description = "wages")
     private BigDecimal wages;
 
-    @Schema(description = "鐢熶骇鏁伴噺")
+    @Schema(description = "finished quantity")
     private BigDecimal finishedNum;
 
-    @Schema(description = "宸ユ椂瀹氶")
+    @Schema(description = "salary quota")
     private BigDecimal workHours;
 
-    @Schema(description = "宸ュ簭")
+    @Schema(description = "output rate")
+    private String outputRate;
+
+    @Schema(description = "process")
     private String process;
 
-    @Schema(description = "鐢熶骇鏃ユ湡")
+    @Schema(description = "scheduling date")
     @JsonFormat(pattern = "yyyy-MM-dd")
     private LocalDate schedulingDate;
 
-    @Schema(description = "鐢熶骇鏈堜唤(yyyy-MM)")
+    @Schema(description = "scheduling month(yyyy-MM)")
     private String schedulingMonth;
 }

--
Gitblit v1.9.3