// namespace SafeCampus.System; /// /// 资源输入 /// public class ResTreeSelectorInput { /// /// 资源分类 /// public string ShowSystem { get; set; } /// /// 是否包含按钮 /// public bool IsContainButton { get; set; } }