库存脚本更新

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu 2022-10-27 23:37:43 +08:00
parent e43af18d85
commit c8e61fc6d8

View File

@ -627,6 +627,11 @@ create table wm_product_recpt (
workorder_id bigint(20) comment '生产工单ID',
workorder_code varchar(64) comment '生产工单编码',
workorder_name varchar(255) comment '生产工单名称',
item_id bigint(20) not null comment '产品物料ID',
item_code varchar(64) comment '产品物料编码',
item_name varchar(255) comment '产品物料名称',
specification varchar(500) comment '规格型号',
unit_of_measure varchar(64) comment '单位',
warehouse_id bigint(20) comment '仓库ID',
warehouse_code varchar(64) comment '仓库编码',
warehouse_name varchar(255) comment '仓库名称',