From 19ea21b1994e6e86c5d46120dcb0ff0e7c49d291 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期三, 19 八月 2026 14:44:41 +0800
Subject: [PATCH] 级联取消关联的生产工单

---
 yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/route/vo/process/MesProRouteProcessRespVO.java |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/route/vo/process/MesProRouteProcessRespVO.java b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/route/vo/process/MesProRouteProcessRespVO.java
index 76ef7f3..935d463 100644
--- a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/route/vo/process/MesProRouteProcessRespVO.java
+++ b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/route/vo/process/MesProRouteProcessRespVO.java
@@ -55,15 +55,21 @@
     @Schema(description = "鏄惁鍊掑啿锛坱rue=鎶ュ伐鏃舵寜BOM鑷姩鎵f枡锛沠alse=涓嶈嚜鍔ㄦ墸鏂欙級", example = "true")
     private Boolean backflushFlag;
 
-    @Schema(description = "浜у嚭浜у搧鐗╂枡缂栧彿", example = "100")
+    @Schema(description = "浜у嚭浜у搧鐗╂枡缂栧彿锛堢涓�涓紝鍚戝悗鍏煎锛�", example = "100")
     private Long outputItemId;
 
-    @Schema(description = "浜у嚭浜у搧鐗╂枡缂栫爜")
+    @Schema(description = "浜у嚭浜у搧鐗╂枡缂栫爜锛堢涓�涓級")
     private String outputItemCode;
 
-    @Schema(description = "浜у嚭浜у搧鐗╂枡鍚嶇О")
+    @Schema(description = "浜у嚭浜у搧鐗╂枡鍚嶇О锛堢涓�涓級")
     private String outputItemName;
 
+    @Schema(description = "浜у嚭浜у搧鐗╂枡缂栧彿鍒楄〃", example = "[100, 101]")
+    private List<Long> outputItemIds;
+
+    @Schema(description = "浜у嚭浜у搧鐗╂枡鍚嶇О锛堥�楀彿鎷兼帴锛�", example = "浜у搧A, 浜у搧B")
+    private String outputItemNames;
+
     @Schema(description = "澶囨敞")
     private String remark;
 

--
Gitblit v1.9.3