报工单添加编号字段

This commit is contained in:
yinjinlu-pc\尹金路
2023-06-06 17:15:17 +08:00
parent 535282f4f9
commit f672300cf2
4 changed files with 21 additions and 1 deletions

View File

@@ -282,6 +282,7 @@ drop table if exists pro_feedback;
create table pro_feedback (
record_id bigint(20) not null auto_increment comment '记录ID',
feedback_type varchar(64) not null comment '报工类型',
feedback_code varchar(64) comment '报工单编号',
workstation_id bigint(20) not null comment '工作站ID',
workstation_code varchar(64) comment '工作站编号',
workstation_name varchar(255) comment '工作站名称',