INSERT INTO Admin.Module (ModuleId, ModuleName, ShortName, GroupName, IconIndex, ParentId, Url, Args, UserLevel, Opened, OpenedBy, OpenedOn, Hint, DisplayPrivilegeMask, Description) VALUES (30000000, '清仓管理', '清仓管理', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 0, '') GO INSERT INTO Admin.Module (ModuleId, ModuleName, ShortName, GroupName, IconIndex, ParentId, Url, Args, UserLevel, Opened, OpenedBy, OpenedOn, Hint, DisplayPrivilegeMask, Description) VALUES (30000100, '清仓产品', '清仓产品', NULL, NULL, 30000000, '~/Clearance/ClearanceItem/Index', NULL, NULL, 1, NULL, NULL, NULL, 1, NULL) GO INSERT INTO Admin.Module (ModuleId, ModuleName, ShortName, GroupName, IconIndex, ParentId, Url, Args, UserLevel, Opened, OpenedBy, OpenedOn, Hint, DisplayPrivilegeMask, Description) VALUES (30000200, '清仓出入库', '客户订单', NULL, NULL, 30000000, '~/Clearance/ClearanceRec/Index', NULL, NULL, 1, NULL, NULL, NULL, 207, NULL) GO INSERT INTO Admin.Module (ModuleId, ModuleName, ShortName, GroupName, IconIndex, ParentId, Url, Args, UserLevel, Opened, OpenedBy, OpenedOn, Hint, DisplayPrivilegeMask, Description) VALUES (30000300, '清仓产品流水', '清仓产品流水', NULL, NULL, 30000000, '~/Clearance/ClearanceItem/InventoryClearanceAcc', NULL, NULL, 1, NULL, NULL, NULL, 1, NULL) GO