From 84e526c6870d7d0e8c28c3268a417bcde052e5cb Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 23 十二月 2025 11:44:41 +0800
Subject: [PATCH] feat(productStructure): 添加产品结构管理功能

---
 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