v9.6.2017.0808   重构正向工程,基于映射表查找数据库字段类型到实体类型的映射
大石头 编写于 2017-08-08 21:38:06
X
@if (ViewBag.HeaderTitle + "" != "" || ViewBag.HeaderContent + "" != "")
{
    <div class="page-header hidden-xs">
        <h1>
            @ViewBag.HeaderTitle
            <small>
                <i class="ace-icon fa fa-angle-double-right"></i>
                @ViewBag.HeaderContent
            </small>
        </h1>
    </div>
}