using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Model { /// /// /// public class WechatAppletMessage:JsonModel { /// /// /// public string WxCode { get; set; } /// /// /// public string UJsCode { get; set; } /// /// /// public string UAvatarUrl { get; set; } /// /// /// public string UCity { get; set; } /// /// /// public string UProvince { get; set; } /// /// /// public string UNickName { get; set; } /// /// /// public string UGender { get; set; } /// /// /// public string SBrand { get; set; } /// /// /// public string SModel { get; set; } /// /// /// public string SPlatform { get; set; } /// /// /// public string SVersion { get; set; } } }