namespace XYY.Common.Standard
{
public partial class QYWXAPI
{
//如果好用,请收藏地址,帮忙分享。
public class External_contact
{
///
///
///
public string external_userid { get; set; }
///
/// 李四
///
public string name { get; set; }
///
///
///
public string position { get; set; }
///
///
///
public string avatar { get; set; }
///
/// 腾讯
///
public string corp_name { get; set; }
///
/// 腾讯科技有限公司
///
public string corp_full_name { get; set; }
///
///
///
public int type { get; set; }
///
///
///
public int gender { get; set; }
///
///
///
public string unionid { get; set; }
}
}
}