生产报工修改
This commit is contained in:
@@ -288,6 +288,9 @@ create table pro_feedback (
|
||||
workorder_id bigint(20) not null comment '生产工单ID',
|
||||
workorder_code varchar(64) comment '生产工单编号',
|
||||
workorder_name varchar(255) comment '生产工单名称',
|
||||
process_id bigint(20) not null comment '工序ID',
|
||||
process_code varchar(64) comment '工序编码',
|
||||
process_name varchar(255) comment '工序名称',
|
||||
task_id bigint(20) comment '生产任务ID',
|
||||
task_code varchar(64) comment '生产任务编号',
|
||||
item_id bigint(20) not null comment '产品物料ID',
|
||||
|
||||
Reference in New Issue
Block a user