@using MySystem.Models; @{ MerchantDepositSet editData = ViewBag.data as MerchantDepositSet; } @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; }