From bfda179b25eb3f121cc827485ae2b8be1fee3449 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期一, 11 五月 2026 18:00:28 +0800
Subject: [PATCH] refactor(database): 重构产品信息查询以使用关联表结构

---
 src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 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..1b226ad 100644
--- a/src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java
+++ b/src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java
@@ -33,6 +33,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