12345678910111213141516 |
- 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
|