@using WX.CRM.IBLL.Res; @{ ViewBag.Title = "分配规则列表"; Layout = "~/Views/Shared/_Layout2.cshtml"; }
@{ var saleGroup = ViewBag.SaleGroup as List; if (saleGroup != null) { foreach (var item in saleGroup) { } } }
ID 组名
@item.ID @item.GroupName