优化ETL过滤模块
大石头 authored at 2017-08-29 17:11:46
256.00 B
X
using System.ComponentModel;
using NewLife.Common;

namespace NewLife.Cube.Admin.Controllers
{
    /// <summary>设置控制器</summary>
    [DisplayName("基本设置")]
    public class CoreController : ConfigController<NewLife.Setting> { }
}