namespace XYY.Service.Standard.DingDing.Dto { public class DingDingUserInfo { public string UserId { get; set; } public long DepId { get; set; } } }