/// <summary> /// 获取分类名称 /// </summary> public string GetCategoryName() { return(CategoryName.IsEmpty() ? "请选择系统配置分类" : CategoryName); }