触控屏端生产状态切换

This commit is contained in:
JinLu.Yin
2022-07-09 22:24:35 +08:00
parent f1ceb86a50
commit 5f8c246bf2
5 changed files with 73 additions and 46 deletions

View File

@@ -228,6 +228,7 @@ create table pro_task (
end_time datetime comment '完成生产时间',
color_code char(7) default '#00AEF3' comment '甘特图显示颜色',
request_date datetime comment '需求日期',
stauts varchar(64) default 'NORMARL' comment '生产状态',
remark varchar(500) default '' comment '备注',
attr1 varchar(64) default null comment '预留字段1',
attr2 varchar(255) default null comment '预留字段2',