using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CouponsSend.Entitys2 { public class List { /// /// /// public int id { get; set; } /// /// /// public string goodsId { get; set; } /// /// 东北大米新珍珠米一级粳米家常香软稻田米小町米粥米5斤装2.5kg /// public string title { get; set; } /// /// 【5斤装】家常香软东北大米新珍珠米 /// 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 teamLink { 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 double estimateAmount { get; set; } /// /// /// public int freeshipRemoteDistrict { get; set; } /// /// /// public List specialText { get; set; } /// /// /// public int tbcid { get; set; } } public class Data { /// /// /// public List list { get; set; } /// /// /// public int totalNum { get; set; } /// /// /// public string pageId { get; set; } } public class ExplosiveGoodsList { /// /// /// 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; } } }