From e9e64025241a53ebb53129f4146cf8635db0f074 Mon Sep 17 00:00:00 2001 From: "DESKTOP-J7ED0MB\\yinjinlu" <411641505@qq.com> Date: Sun, 9 Oct 2022 10:56:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E4=BB=BB=E5=8A=A1=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E5=AE=A2=E6=88=B7=E5=BF=85=E5=A1=AB=EF=BC=8C=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E8=AE=A2=E5=8D=95=E5=8F=AF=E8=83=BD=E6=97=A0=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/设计文档/数据库设计/mes-pro.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/设计文档/数据库设计/mes-pro.sql b/doc/设计文档/数据库设计/mes-pro.sql index c2c7a37..754bd38 100644 --- a/doc/设计文档/数据库设计/mes-pro.sql +++ b/doc/设计文档/数据库设计/mes-pro.sql @@ -251,9 +251,9 @@ create table pro_task ( quantity_quanlify double(14,2) default 0 comment '合格品数量', quantity_unquanlify double(14,2) default 0 comment '不良品数量', quantity_changed double(14,2) default 0 comment '调整数量', - client_id bigint(20) not null comment '客户ID', - client_code varchar(64) not null comment '客户编码', - client_name varchar(255) not null comment '客户名称', + client_id bigint(20) comment '客户ID', + client_code varchar(64) comment '客户编码', + client_name varchar(255) comment '客户名称', client_nick varchar(255) comment '客户简称', start_time datetime default CURRENT_TIMESTAMP comment '开始生产时间', duration int(11) default 1 comment '生产时长',