| | |
| | | sta_id bigint not null comment '站点[man_sta]', |
| | | task_id bigint not null comment '任务[man_task]', |
| | | segment_id bigint null comment '作业[man_segment]', |
| | | agv_id bigint not null comment 'AGV[man_agv]', |
| | | agv_id bigint null comment 'AGV[man_agv]', |
| | | name varchar(255) null comment '名称(*)', |
| | | type varchar(255) not null comment '预约类型', |
| | | qty int not null comment '预约数量', |
| | |
| | | sta_id bigint not null comment '站点[man_sta]', |
| | | task_id bigint not null comment '任务[man_task]', |
| | | segment_id bigint null comment '作业[man_segment]', |
| | | agv_id bigint not null comment 'AGV[man_agv]', |
| | | agv_id bigint null comment 'AGV[man_agv]', |
| | | name varchar(255) null comment '名称(*)', |
| | | type varchar(255) not null comment '预约类型', |
| | | qty int not null comment '预约数量', |