using System.Collections.Generic; namespace GxPress.Result.AddressBook { /// /// 显示通讯录组 /// public class AddressBookListResult { /// /// 我的部门组 /// public List Departments { get; set; } /// /// 创建的组 /// public List AddressBookGroups { get; set; } } }