using System; using System.Collections.Generic; using System.Text; namespace GxPress.Request.App.OftenContact { /// /// 查询信源 /// public class OftenContactSearchRequest { /// /// 工作组ID /// public int IndividualGroupId { get; set; } /// /// 用户ID /// /// public int UserId { get; set; } } }