线边库的脚步移到init.sql中去。

This commit is contained in:
JinLu.Yin
2022-09-13 15:26:19 +08:00
parent 8777a105e9
commit e22cec9c16
2 changed files with 161 additions and 104 deletions

View File

@@ -0,0 +1,15 @@
--
insert into md_item_type(item_type_code,item_type_name,parent_type_id,ancestors,item_or_product,order_num,enable_flag
)values ('ITEM_TYPE_0000','物料产品分类',0,'0','PRODUCT',1,'Y');
--线
insert into wm_warehouse (warehouse_code,warehouse_name,location,area,charge) values('XBK_VIRTUAL','线边库-虚拟',null,-1,null);
--线
insert into wm_storage_location (location_code,location_name,warehouse_id,area,area_flag) values('XBKKQ_VIRTUAL','线边库库区-虚拟',200,-1,'Y');
--线
insert into wm_storage_area (area_code,area_name,location_id,area,enable_flag) values('XBKKW_VIRTUAL','线边库库位-虚拟',200,-1,'Y');