From 9099a7b9b5785794bb245756992857e5ee22906c Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 23 十二月 2025 13:39:15 +0800
Subject: [PATCH] 工序增删改查

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

diff --git a/doc/create_table_product_structure.sql b/doc/create_table_product_structure.sql
index 253548d..b91b3a1 100644
--- a/doc/create_table_product_structure.sql
+++ b/doc/create_table_product_structure.sql
@@ -1,5 +1,5 @@
 # 浜у搧缁撴瀯
-drop table if exists production_product_structure;
+drop table if exists product_structure;
 create table product_structure
 (
     id                 bigint auto_increment

--
Gitblit v1.9.3