2016-09-26(数据).sql 1.3 KB

12345678910111213141516
  1. INSERT INTO Admin.Module (ModuleId, ModuleName, ShortName, GroupName, IconIndex, ParentId, Url, Args, UserLevel, Opened, OpenedBy, OpenedOn, Hint, DisplayPrivilegeMask, Description)
  2. VALUES (30000000, '헌꾑밗잿', '헌꾑밗잿', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 0, '')
  3. GO
  4. INSERT INTO Admin.Module (ModuleId, ModuleName, ShortName, GroupName, IconIndex, ParentId, Url, Args, UserLevel, Opened, OpenedBy, OpenedOn, Hint, DisplayPrivilegeMask, Description)
  5. VALUES (30000100, '헌꾑끓틔', '헌꾑끓틔', NULL, NULL, 30000000, '~/Clearance/ClearanceItem/Index', NULL, NULL, 1, NULL, NULL, NULL, 1, NULL)
  6. GO
  7. INSERT INTO Admin.Module (ModuleId, ModuleName, ShortName, GroupName, IconIndex, ParentId, Url, Args, UserLevel, Opened, OpenedBy, OpenedOn, Hint, DisplayPrivilegeMask, Description)
  8. VALUES (30000200, '헌꾑놔흙욋', '와빵땐데', NULL, NULL, 30000000, '~/Clearance/ClearanceRec/Index', NULL, NULL, 1, NULL, NULL, NULL, 207, NULL)
  9. GO
  10. INSERT INTO Admin.Module (ModuleId, ModuleName, ShortName, GroupName, IconIndex, ParentId, Url, Args, UserLevel, Opened, OpenedBy, OpenedOn, Hint, DisplayPrivilegeMask, Description)
  11. VALUES (30000300, '헌꾑끓틔직彊', '헌꾑끓틔직彊', NULL, NULL, 30000000, '~/Clearance/ClearanceItem/InventoryClearanceAcc', NULL, NULL, 1, NULL, NULL, NULL, 1, NULL)
  12. GO