生产领料,执行出库

This commit is contained in:
JinLu.Yin
2022-07-17 20:37:18 +08:00
parent a66f554a50
commit 028345df14
3 changed files with 10 additions and 2 deletions

View File

@@ -323,6 +323,7 @@ create table wm_issue_header (
issue_name varchar(255) not null comment '领料单名称',
workstation_id bigint(20) comment '工作站ID',
workstation_code varchar(64) comment '工作站编号',
workstation_name varchar(255) comment '工作站名称',
workorder_id bigint(20) comment '生产工单ID',
workorder_code varchar(64) comment '生产工单编码',
task_id bigint(20) comment '生产任务ID',