From bcb724158a05e55ef943919e7c8985e155d6fec4 Mon Sep 17 00:00:00 2001 From: "JinLu.Yin" <411641505@qq.com> Date: Tue, 13 Sep 2022 19:34:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=88=86=E7=B1=BB=E6=A0=B9?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E6=95=B0=E6=8D=AE=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/实施文档/inital.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/实施文档/inital.sql b/doc/实施文档/inital.sql index 674fc68..65039ff 100644 --- a/doc/实施文档/inital.sql +++ b/doc/实施文档/inital.sql @@ -2,6 +2,10 @@ 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 dv_machinery_type(machinery_type_code,machinery_type_name,parent_type_id,ancestors,enable_flag) +values ('M_TYPE_000','设备分类',0,'0','Y'); + --初始化一个虚拟的线边库 insert into wm_warehouse (warehouse_code,warehouse_name,location,area,charge) values('XBK_VIRTUAL','线边库-虚拟',null,-1,null);