@using MySystem.BsModels; @{SysAdminNew editData = ViewBag.data as SysAdminNew;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 后台管理员(修改)
  • 基本信息
@{Dictionary SysAdminRoleNewDic = new MySystem.DictionaryClass().getSysAdminRoleNewDic();}