using System; using System.Collections.Generic; namespace GDZZ.Application { /// /// 职位管理输出参数 /// public class PositionOutput { /// /// 主键Id /// public string region_id { get; set; } /// /// /// public long ID { get; set; } public string Label { get; set; } public string Value { get; set; } public List Children { get; set; } } }