产品入库单

This commit is contained in:
JinLu.Yin
2022-09-22 20:43:17 +08:00
parent a6b7362c31
commit 8470a3ea28
7 changed files with 853 additions and 2 deletions

View File

@@ -655,8 +655,8 @@ create table wm_product_recpt (
-- ----------------------------
-- 13、产品入库记录表行表
-- ----------------------------
drop table if exists wm_product_produce_line;
create table wm_product_produce_line (
drop table if exists wm_product_recpt_line;
create table wm_product_recpt_line (
line_id bigint(20) not null auto_increment comment '行ID',
recpt_id bigint(20) comment '入库记录ID',
material_stock_id bigint(20) comment '库存记录ID',