namespace Mesnac.Controls.Base { /// /// 控件权限接口 /// public interface IPurviewControl:IBaseControl { /// /// 是否为权限控件 /// bool MCPurview { get; set; } } }