@{ ViewData["Title"] = "User_extuserList"; Layout = "~/Areas/Admin/Views/Shared/_content.cshtml"; } @*
企业微信监控2
@{ List allmodel = ViewBag.ExuserList as List; } @foreach (Mini.Model.ViewModel.Wx_ExuserModel model in allmodel) { }
客户姓名 客户ID 客服姓名 客服id 查看
@Html.Raw(model.name) @Html.Raw(model.extuserid) @Html.Raw(model.uname) @Html.Raw(model.userid) 查看消息
*@