From 3066a8f5c1f475997bfe23857ba4bae9395900c4 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期四, 13 八月 2026 10:19:24 +0800
Subject: [PATCH] fix: 领料功能修改,移除订单领料,添加工序领料功能,支持按工序查询物料与已领料记录

---
 src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java b/src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java
index 0c7f5cc..eb8bc3d 100644
--- a/src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java
+++ b/src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java
@@ -15,9 +15,6 @@
     @Schema(description = "鐢熶骇璁㈠崟ID")
     private Long productionOrderId;
 
-    @Schema(description = "鐢熶骇宸ュ崟ID")
-    private Long productionOperationTaskId;
-
     @Schema(description = "鎵瑰彿")
     private String batchNo;
 
@@ -33,6 +30,12 @@
     @Schema(description = "澶囨敞")
     private String remark;
 
+    @Schema(description = "琛ユ枡鍘熷洜")
+    private String feedingReason;
+
+    @Schema(description = "鏈琛ユ枡鏁伴噺")
+    private BigDecimal feedingQuantity;
+
     @Schema(description = "棰嗘枡鏄庣粏鍒楄〃")
     @JsonAlias({"dto", "productionOrderPickDto"})
     private List<ProductionOrderPickDto> pickList;

--
Gitblit v1.9.3