using System; using System.Collections.Generic; using System.Text; namespace GxPress.Request.AddressBookGroup { /// /// 获取用户的通讯录组 /// public class AddressBookListRequest { /// /// 用户ID /// public int UserId { get; set; } } }