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