using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CouponsSend.Entitys
{
public class Data
{
///
///
///
public int id { get; set; }
///
///
///
public string goodsId { get; set; }
///
///
///
public int ranking { get; set; }
///
/// 【淘工厂可签到】懒人一次性抹布
///
public string dtitle { get; set; }
///
///
///
public double actualPrice { get; set; }
///
///
///
public double commissionRate { get; set; }
///
///
///
public double couponPrice { get; set; }
///
///
///
public int couponReceiveNum { get; set; }
///
///
///
public int couponTotalNum { get; set; }
///
///
///
public int monthSales { get; set; }
///
///
///
public int twoHoursSales { get; set; }
///
///
///
public int dailySales { get; set; }
///
///
///
public int hotPush { get; set; }
///
///
///
public string mainPic { get; set; }
///
/// 加厚懒人抹布干湿两用厨房一次性抹布家务清洁洗碗布吸油无纺布巾
///
public string title { get; set; }
///
/// 25片2.3元,50片3.4元,木浆无纺布面料,不掉毛絮,吸水更吸油,可用于擦拭灶台、餐盘,再脏的污渍,一擦就干净
///
public string desc { get; set; }
///
///
///
public double originalPrice { get; set; }
///
///
///
public string couponLink { get; set; }
///
///
///
public DateTime couponStartTime { get; set; }
///
///
///
public DateTime couponEndTime { get; set; }
///
///
///
public int commissionType { get; set; }
///
///
///
public DateTime createTime { get; set; }
///
///
///
public int activityType { get; set; }
///
/// 酷淘社群
///
public string guideName { get; set; }
///
///
///
public int shopType { get; set; }
///
///
///
public string couponConditions { get; set; }
///
///
///
public int newRankingGoods { get; set; }
///
///
///
public string sellerId { 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 int haitao { get; set; }
///
///
///
public int tchaoshi { get; set; }
///
///
///
public int lowest { get; set; }
///
///
///
public int fresh { get; set; }
///
///
///
public int num { get; set; }
///
///
///
public List specialText { get; set; }
}
public class GetRankinglist
{
///
///
///
public string requestId { get; set; }
///
///
///
public long time { get; set; }
///
///
///
public int code { get; set; }
///
/// 成功
///
public string msg { get; set; }
///
///
///
public List data { get; set; }
}
}