From 5a90852489e1bf91d386746d75cfa0066c271228 Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期三, 26 八月 2026 17:15:59 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_pro2.0' into dev_pro2.0

---
 src/api/mes/pro/route/process/index.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/api/mes/pro/route/process/index.ts b/src/api/mes/pro/route/process/index.ts
index 3e5c2f8..a08056f 100644
--- a/src/api/mes/pro/route/process/index.ts
+++ b/src/api/mes/pro/route/process/index.ts
@@ -15,6 +15,7 @@
     id?: number;
     routeId?: number;
     processId?: number;
+    paramTemplateId?: number;
     processCode?: string;
     processName?: string;
     sort?: number;
@@ -30,6 +31,8 @@
     outputItemId?: number;
     outputItemCode?: string;
     outputItemName?: string;
+    outputItemIds?: number[];
+    outputItemNames?: string;
     remark?: string;
     bomItems?: ProcessBomItem[];
     createTime?: Date;

--
Gitblit v1.9.3