<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <% if (Model.resultList != null) { foreach (var item in Model.resultList) { %> <% } } %>
已添加的用户
组织机构编号 用户名
<%=item.UserIDPK%> <%=item.UserName%>