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

namespace NewLife.Cube.Admin.Controllers
{
    /// <summary>设置控制器</summary>
    [DisplayName("数据中间件")]
    public class XCodeController : ConfigController<XCode.Setting>
    {
    }
}