From 7488018d52edaafcd4e541c5fdeada8dd2e47b11 Mon Sep 17 00:00:00 2001 From: chenhj <1263187585@qq.com> Date: 星期一, 22 十二月 2025 16:49:18 +0800 Subject: [PATCH] Merge branch 'jtwy' of http://114.132.189.42:9002/r/product-inventory-management-after into jtwy --- doc/create_table_product_process.sql | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/doc/create_table_product_process.sql b/doc/create_table_product_process.sql new file mode 100644 index 0000000..040a9bb --- /dev/null +++ b/doc/create_table_product_process.sql @@ -0,0 +1,12 @@ +# 宸ュ簭 +create table production_process +( + id bigint auto_increment + primary key, + create_time datetime null comment '褰曞叆鏃堕棿', + update_time datetime null comment '鏇存柊鏃堕棿', + name varchar(255) not null default '' comment '宸ヨ壓鍚嶇О', + no varchar(255) not null default '' comment '宸ヨ壓缂栧彿', + remark varchar(255) not null default '' comment '澶囨敞', + tenant_id bigint not null default 0 comment '绉熸埛id' +); \ No newline at end of file -- Gitblit v1.9.3