生产领料库存核心

This commit is contained in:
JinLu.Yin
2022-07-15 20:47:44 +08:00
parent b0259439ca
commit a66f554a50
13 changed files with 414 additions and 10 deletions

View File

@@ -359,6 +359,7 @@ drop table if exists wm_issue_line;
create table wm_issue_line (
line_id bigint(20) not null auto_increment comment '行ID',
issue_id bigint(20) comment '领料单ID',
material_stock_id bigint(20) comment '库存ID',
item_id bigint(20) not null comment '产品物料ID',
item_code varchar(64) comment '产品物料编码',
item_name varchar(255) comment '产品物料名称',