工艺路线配置时添加关键工序选型

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu
2022-10-09 15:46:28 +08:00
parent e9e6402524
commit c17501d4da
7 changed files with 66 additions and 26 deletions

View File

@@ -154,6 +154,7 @@ create table pro_route_process (
default_pre_time int(11) default 0 comment '准备时间',
default_suf_time int(11) default 0 comment '等待时间',
color_code char(7) default '#00AEF3' comment '甘特图显示颜色',
update_flag varchar(64) default 'N' comment '更新工单',
remark varchar(500) default '' comment '备注',
attr1 varchar(64) default null comment '预留字段1',
attr2 varchar(255) default null comment '预留字段2',