班组修改

This commit is contained in:
JinLu.Yin
2022-06-07 15:45:42 +08:00
parent d8b2d821b3
commit 3ec4fb7505
4 changed files with 15 additions and 16 deletions

View File

@@ -79,8 +79,8 @@ create table cal_shift (
plan_id bigint(20) not null comment '计划ID',
order_num int(2) not null comment '序号',
shift_name varchar(64) not null comment '班次名称',
start_time datetime not null comment '开始时间',
end_time datetime not null comment '结束时间',
start_time varchar(10) not null comment '开始时间',
end_time varchar(10) not null comment '结束时间',
remark varchar(500) default '' comment '备注',
attr1 varchar(64) default null comment '预留字段1',
attr2 varchar(255) default null comment '预留字段2',