@using MySystem.Models; @{ StoreMachineApply editData = ViewBag.data as StoreMachineApply; } @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; List> KsProductList = ViewBag.KsProductList as List>; } 运营中心申请机具记录(修改)
申请信息
@foreach (Dictionary item in KsProductList) {
}