v9.6.2017.0808 重构正向工程,基于映射表查找数据库字段类型到实体类型的映射
using System.ComponentModel; using NewLife.Common; namespace NewLife.Cube.Admin.Controllers { /// <summary>设置控制器</summary> [DisplayName("基本设置")] public class CoreController : ConfigController<NewLife.Setting> { } }