USE [befri_Goldhoo]
GO


INSERT INTO [Admin].[Module]
           ([ModuleId]
           ,[ModuleName]
           ,[ShortName]
           ,[ParentId]
           ,[Url]
           ,[Opened]
           ,[Hint]
           ,[DisplayPrivilegeMask])
     VALUES
           (30200350,
		   '��������',
		   '��������',
		   30200000,
		   '~/Order/ReplenishOrder/Delivery',
		   1,
		   1,
		   15)
GO

INSERT INTO [Admin].[Module]
           ([ModuleId]
           ,[ModuleName]
           ,[ShortName]
           ,[ParentId]
           ,[Url]
           ,[Opened]
           ,[DisplayPrivilegeMask])
     VALUES
           (30200450,
		   '������ϸ����',
		   '������ϸ����',
		   30200000,
		   '~/Order/ReplenishOrder/DetailAll',
		   1,
		   15)
GO