From 7998ad65e1a632b02e9aaca1ca9e575a13b3e203 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 23 十二月 2025 14:40:42 +0800
Subject: [PATCH] feat(production): 添加工艺路线明细管理功能

---
 doc/create_table_process_route_item.sql |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/create_table_process_route_item.sql b/doc/create_table_process_route_item.sql
index facf74e..baab7d9 100644
--- a/doc/create_table_process_route_item.sql
+++ b/doc/create_table_process_route_item.sql
@@ -5,8 +5,8 @@
     id          bigint auto_increment primary key,
     route_id    bigint   not null default 0 comment '宸ヨ壓璺嚎id',
     product_model_id  bigint   not null default 0 comment '浜у搧id',
+    process_id bigint   not null default 0 comment '宸ュ簭id',
     tenant_id   bigint   not null comment '绉熸埛id',
     create_time datetime null comment '褰曞叆鏃堕棿',
-    update_time datetime null comment '鏇存柊鏃堕棿',
-    sort bigint  not null comment '鎺掑簭'
+    update_time datetime null comment '鏇存柊鏃堕棿'
 );

--
Gitblit v1.9.3