From 8a6e4a02bfe464be4fb7673e3f7ef06774133f64 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 28 五月 2026 16:50:12 +0800
Subject: [PATCH] refactor(ai): 移除AI聊天相关实体类和服务实现
---
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