From 422a5676c2d96dd37c1be62935a314d70fef79b5 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 15 七月 2026 15:28:04 +0800
Subject: [PATCH] 修改不合格管理
---
src/main/java/com/ruoyi/production/pojo/ProductionAccount.java | 21 +++++++++++++++------
1 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/src/main/java/com/ruoyi/production/pojo/ProductionAccount.java b/src/main/java/com/ruoyi/production/pojo/ProductionAccount.java
index e205db2..ec164a4 100644
--- a/src/main/java/com/ruoyi/production/pojo/ProductionAccount.java
+++ b/src/main/java/com/ruoyi/production/pojo/ProductionAccount.java
@@ -27,12 +27,6 @@
@TableId(value = "id", type = IdType.AUTO)
private Long id;
- @Schema(description = "閿�鍞彴璐d")
- private Long salesLedgerId;
-
- @Schema(description = "閿�鍞骇鍝佽鏍糹d")
- private Long salesLedgerProductId;
-
@Schema(description = "鎶ュ伐琛╥d")
private Long productionProductMainId;
@@ -51,6 +45,21 @@
@Schema(description = "宸ュ簭鍚嶇О")
private String technologyOperationName;
+ @Schema(description = "宸ヨ祫淇閲戦")
+ private BigDecimal adjustAmount;
+
+ @Schema(description = "宸ヨ祫淇璇存槑")
+ private String adjustRemark;
+
+ @Schema(description = "淇浜�")
+ private Long adjustUser;
+
+ @Schema(description = "淇鏃堕棿")
+ private LocalDateTime adjustTime;
+
+ @Schema(description = "鏍哥畻鎵规鍙�")
+ private String accountingBatchNo;
+
@Schema(description = "鐢熶骇鏃ユ湡")
private LocalDateTime schedulingDate;
--
Gitblit v1.9.3