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

namespace NewLife.Cube.Admin.Controllers
{
    /// <summary>系统设置控制器</summary>
    [DisplayName("魔方设置")]
    public class CubeController : ConfigController<Setting> { }
}