@using MySystem.Models; @{PosMachinesFeeChangeRecord editData = ViewBag.data as PosMachinesFeeChangeRecord;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 机具费率调整申请(修改)
  • 基本信息
@{Dictionary UsersDic = new MySystem.DictionaryClass().getUsersDic();}