using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CouponsSend.Entitys1 { public class List { /// /// /// public int id { get; set; } /// /// /// public string goodsId { get; set; } /// /// 格力空调罩防尘罩北欧风格开机不取空调罩套挂式美的海尔挂机通用 /// public string title { get; set; } /// /// 格力空调罩防尘罩北欧风格开机不取空调罩 /// public string dtitle { get; set; } /// /// /// public double originalPrice { get; set; } /// /// /// public double actualPrice { get; set; } /// /// /// public int shopType { get; set; } /// /// /// public int goldSellers { get; set; } /// /// /// public int monthSales { get; set; } /// /// /// public int twoHoursSales { get; set; } /// /// /// public int dailySales { get; set; } /// /// /// public int commissionType { get; set; } /// /// 格力空调罩,防尘罩,北欧风格开机不取空调罩套,挂式美的海尔挂机通用,开机不取空调罩我们家是送内包的价格哦亲! /// public string desc { get; set; } /// /// /// public int couponRemainCount { get; set; } /// /// /// public int couponReceiveNum { get; set; } /// /// /// public string couponLink { get; set; } /// /// /// public DateTime couponEndTime { get; set; } /// /// /// public DateTime couponStartTime { get; set; } /// /// /// public double couponPrice { get; set; } /// /// /// public string couponConditions { get; set; } /// /// /// public string couponId { get; set; } /// /// /// public int activityType { get; set; } /// /// /// public DateTime createTime { get; set; } /// /// /// public string mainPic { get; set; } /// /// /// public string marketingMainPic { get; set; } /// /// /// public string sellerId { get; set; } /// /// /// public int cid { get; set; } /// /// /// public double discounts { get; set; } /// /// /// public double commissionRate { get; set; } /// /// /// public int couponTotalNum { get; set; } /// /// /// public string activityStartTime { get; set; } /// /// /// public string activityEndTime { get; set; } /// /// /// public string shopName { get; set; } /// /// /// public int shopLevel { get; set; } /// /// /// public double descScore { get; set; } /// /// /// public int brand { get; set; } /// /// /// public long brandId { get; set; } /// /// /// public string brandName { get; set; } /// /// /// public int hotPush { get; set; } /// /// 万惠 /// public string teamName { get; set; } /// /// /// public string itemLink { get; set; } /// /// /// public int tchaoshi { get; set; } /// /// /// public double dsrScore { get; set; } /// /// /// public double dsrPercent { get; set; } /// /// /// public double shipScore { get; set; } /// /// /// public double shipPercent { get; set; } /// /// /// public double serviceScore { get; set; } /// /// /// public double servicePercent { get; set; } /// /// /// public List subcid { get; set; } /// /// /// public string video { get; set; } /// /// /// public int quanMLink { get; set; } /// /// /// public int hzQuanOver { get; set; } /// /// /// public int yunfeixian { get; set; } /// /// /// public int estimateAmount { get; set; } /// /// /// public int freeshipRemoteDistrict { get; set; } /// /// /// public List specialText { get; set; } } public class Data { /// /// /// public List list { get; set; } /// /// /// public int totalNum { get; set; } /// /// /// public string pageId { get; set; } } public class ExclusiveGoodsList { /// /// /// public string requestId { get; set; } /// /// /// public long time { get; set; } /// /// /// public int code { get; set; } /// /// 成功 /// public string msg { get; set; } /// /// /// public Data data { get; set; } } }