@using MySystem.Models; @{ProfitReceives editData = ViewBag.data as ProfitReceives;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 分账接收方(修改)
  • 基本信息
@{Dictionary MerchantInfoDic = new MySystem.DictionaryClass().getMerchantInfoDic();}