using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.Model.Core.Dtos { /// /// 对接醍摩豆ID封装信息 /// public class TeamModelIdInfo { public string name { get; set; } public string cellphone { get; set; } public string countryCode { get; set; } public string id { get; set; } public string[] iesStation { get; set; } } }