高新区管委会,以5.0标准版为基准,从双汇项目拷贝
namespace CallCenter.Utility { public class TreeSelectModel { public string id { get; set; } public string text { get; set; } public string parentId { get; set; } public object data { get; set; } } }