namespace Learun.Application.WeChat { public class DepartmentResult : OperationResultsBase { /// /// 部门id /// /// public string id { get; set; } } }