v9.6.2017.0808   重构正向工程,基于映射表查找数据库字段类型到实体类型的映射
大石头 authored at 2017-08-08 21:38:06
318.00 B
X
@using NewLife;
@using NewLife.Web;
@using XCode;
@{
    var fact = ViewBag.Factory as IEntityOperate;
    var page = ViewBag.Page as Pager;
}
<div class="form-group">
    <label for="RoleID" class="control-label">角色:</label>
    @Html.ForDropDownList("RoleID", Role.FindAllWithCache(), "全部", true)
</div>