using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BackupAndImport.NianChu.Entitys { public class TbOrder { /// /// /// public int code { get; set; } /// /// 操作成功 /// public string msg { get; set; } /// /// /// public OrderList data { get; set; } } public class User_info { /// /// /// public int uid { get; set; } /// /// /// public string wxid { get; set; } /// /// A惠省钱一号 /// public string nickname { get; set; } /// /// /// public string username { get; set; } /// /// /// public int usertype { get; set; } /// /// /// public int integral { get; set; } /// /// /// public int qdcount { get; set; } /// /// /// public string qdlastdt { get; set; } /// /// /// public string mmpid { get; set; } /// /// /// public string pidname { get; set; } /// /// /// public string trjid { get; set; } /// /// /// public string groupid { get; set; } /// /// /// public string groupwxid { get; set; } /// /// 每周五晚8点抽淘宝100元免单 /// public string groupname { get; set; } /// /// /// public string balance { get; set; } /// /// /// public string alipayrealname { get; set; } /// /// /// public string alipaynum { get; set; } /// /// /// public string regtime { get; set; } /// /// /// public string order_sixbit { get; set; } /// /// /// public string jdpid { get; set; } /// /// /// public string pddpid { get; set; } /// /// /// public string pdd_order_lastbit { get; set; } /// /// /// public int order_num { get; set; } /// /// /// public int smkey { get; set; } /// /// /// public string del { get; set; } /// /// /// public string order_date { get; set; } /// /// /// public string jinjie1 { get; set; } /// /// /// public string jinjie2 { get; set; } /// /// /// public string jinjie3 { get; set; } /// /// /// public int Evaluate_num { get; set; } /// /// /// public string avatar { get; set; } /// /// /// public string tag { get; set; } } public class Order { /// /// /// public int id { get; set; } /// /// /// public string orderno { get; set; } /// /// /// public string iid { get; set; } /// /// 超火cec卫衣女早春秋薄款韩版ins潮慵懒风bf宽松waitmore百搭外套 /// public string title { get; set; } /// /// /// public string item_img { get; set; } /// /// /// public string cid { get; set; } /// /// /// public int amount { get; set; } /// /// /// public string price { get; set; } /// /// /// public string realprice { get; set; } /// /// /// public string tkrate { get; set; } /// /// /// public string tkcommission { get; set; } /// /// /// public string mediaid { get; set; } /// /// /// public string adid { get; set; } /// /// /// public string mmpid { get; set; } /// /// 柠檬 /// public string pidname { get; set; } /// /// /// public string createdt { get; set; } /// /// /// public string accountdt { get; set; } /// /// 天猫 /// public string ordertype { get; set; } /// /// /// public int orderstatus { get; set; } /// /// /// public string wxid { get; set; } /// /// /// public string userid { get; set; } /// /// /// public string fl_group { get; set; } /// /// /// public string fl_agent { get; set; } /// /// /// public string fl_user { get; set; } /// /// /// public string fl_Integral { get; set; } /// /// /// public int flstatus { get; set; } /// /// /// public int luckdrawTAG { get; set; } /// /// /// public int exceltype { get; set; } /// /// /// public string batch { get; set; } /// /// /// public string modifytime { get; set; } /// /// 女装/女士精品 /// public string item_tag { get; set; } /// /// /// public User_info user_info { get; set; } } public class OrderList { /// /// /// public List list { get; set; } /// /// /// public int count { get; set; } } }