From 1c3b88376d39bdd2b36af149db596d71dc186e97 Mon Sep 17 00:00:00 2001 From: "JinLu.Yin" <411641505@qq.com> Date: Wed, 27 Jul 2022 22:45:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E8=A1=A8=E5=90=8D?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/设计文档/数据库设计/mes-md.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/设计文档/数据库设计/mes-md.sql b/doc/设计文档/数据库设计/mes-md.sql index 104a09b..0ab82eb 100644 --- a/doc/设计文档/数据库设计/mes-md.sql +++ b/doc/设计文档/数据库设计/mes-md.sql @@ -311,7 +311,7 @@ create table md_workstation_tool ( -- 12、产品SOP表 -- ---------------------------- drop table if exists md_product_sop; -create table md_produt_sop ( +create table md_product_sop ( sop_id bigint(20) not null auto_increment comment '记录ID', item_id bigint(20) not null comment '物料产品ID', order_num int(4) comment '排列顺序',