From e977e3a34db9cc319d84145755b7b0f211df8336 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期二, 07 四月 2026 15:19:19 +0800
Subject: [PATCH] feat(production): 添加设备名称字段到工单DTO及映射
---
doc/create_table_product_process.sql | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/doc/create_table_product_process.sql b/doc/create_table_product_process.sql
index 040a9bb..6242614 100644
--- a/doc/create_table_product_process.sql
+++ b/doc/create_table_product_process.sql
@@ -1,5 +1,6 @@
# 宸ュ簭
-create table production_process
+drop table if exists product_process;
+create table product_process
(
id bigint auto_increment
primary key,
--
Gitblit v1.9.3