using Api.Framework.EntityTmp.SuNing2; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Api.Framework.EntityTmp.SuNing4 { public class CouponInfoList { /// /// /// public string bounsLimit { get; set; } /// /// /// public string activitySecretKey { get; set; } /// /// /// public DateTime? couponEndTime { get; set; } /// /// /// public string activityId { get; set; } /// /// /// public DateTime? couponStartTime { get; set; } /// /// /// public string couponUrl { get; set; } /// /// /// public string couponCount { get; set; } /// /// /// public DateTime? startTime { get; set; } /// /// 店铺易券(100元) /// public string activityDescription { get; set; } /// /// /// public DateTime? endTime { get; set; } /// /// /// public string couponValue { get; set; } } public class ActRoleList { /// /// /// public string couponAmount { get; set; } /// /// /// public string singleMaxRewardAmount { get; set; } /// /// /// public string baseAddUpType { get; set; } /// /// /// public string rewardQuantifierType { get; set; } /// /// /// public string scopeType { get; set; } /// /// /// public string baseQuantifierType { get; set; } /// /// /// public string rewardAmount { get; set; } /// /// /// public string floor { get; set; } /// /// /// public string baseAmount { get; set; } } public class ActList { /// /// /// public string activityId { get; set; } /// /// /// public List actRoleList { get; set; } /// /// 店铺易券(100元) /// public string activityDescription { get; set; } /// /// /// public string activityTypeId { get; set; } } public class PictureUrl { /// /// /// public string picUrl { get; set; } /// /// /// public int locationId { get; set; } } public class CommodityInfo { /// /// /// public string isAct { get; set; } /// /// 新疆长绒棉花被冬被手工纯棉花被子有网全棉被芯1.8m/2.0m加厚保暖棉絮床垫被褥子秋冬被胎床上用品 /// public string commodityName { get; set; } /// /// /// public string commodityCode { get; set; } /// /// /// public string supplierCode { get; set; } /// /// 最羽家纺拼购专营店 /// public string supplierName { get; set; } /// /// /// public List pictureUrl { get; set; } /// /// 精选新疆长绒棉/保暖蓄热/包边工艺 /// public string sellingPoint { get; set; } /// /// /// public int monthSales { get; set; } /// /// /// public string snPrice { get; set; } /// /// /// public string commodityPrice { get; set; } /// /// /// public int commodityType { get; set; } /// /// 乐拼购 /// public string priceType { get; set; } /// /// /// public int priceTypeCode { get; set; } /// /// /// public int baoyou { get; set; } /// /// /// public string rate { get; set; } /// /// /// public int saleStatus { get; set; } /// /// /// public string productUrl { get; set; } /// /// /// public string forbiddenMark { get; set; } } public class PgInfo { /// /// /// public string pgNum { get; set; } /// /// /// public string pgPrice { get; set; } /// /// /// public string minOrderQuantity { get; set; } /// /// /// public string pgUrl { get; set; } /// /// /// public string pgActionId { get; set; } } public class CategoryInfo { /// /// /// public string firstSaleCategoryId { get; set; } /// /// 家居/日用/厨具 /// public string firstSaleCategoryName { get; set; } /// /// /// public string secondSaleCategoryId { get; set; } /// /// 家纺 /// public string secondSaleCategoryName { get; set; } /// /// /// public string thirdSaleCategoryId { get; set; } /// /// 被子 /// public string thirdSaleCategoryName { get; set; } /// /// /// public string firstPurchaseCategoryId { get; set; } /// /// 家用纺织品 /// public string firstPurchaseCategoryName { get; set; } /// /// /// public string secondPurchaseCategoryId { get; set; } /// /// 床上用品 /// public string secondPurchaseCategoryName { get; set; } /// /// /// public string thirdPurchaseCategoryId { get; set; } /// /// 被子 /// public string thirdPurchaseCategoryName { get; set; } /// /// /// public string goodsGroupCategoryId { get; set; } /// /// 被子 /// public string goodsGroupCategoryName { get; set; } } public class CouponInfo { /// /// /// public string couponUrl { get; set; } /// /// /// public string activityId { get; set; } /// /// 满189用100 /// public string preferentialDistinct { get; set; } /// /// /// public string couponShowType { get; set; } /// /// 100元 /// public string descriptionForList { get; set; } /// /// /// public string bounsAmount { get; set; } /// /// /// public string activitySecretKey { get; set; } /// /// /// public string couponValue { get; set; } /// /// /// public string couponCount { get; set; } /// /// /// public DateTime? couponStartTime { get; set; } /// /// /// public DateTime? couponEndTime { get; set; } /// /// /// public DateTime? startTime { get; set; } /// /// /// public DateTime? endTime { get; set; } /// /// /// public string bounsLimit { get; set; } /// /// 店铺易券(100元) /// public string activityDescription { get; set; } /// /// /// public string afterCouponPrice { get; set; } } public class AdvanceSale { /// /// /// public string isReserveCommodity { get; set; } /// /// /// public string depositAmount { get; set; } /// /// /// public string depositEndTime { get; set; } } public class SubCodeList { /// /// /// public string subCode { get; set; } } public class ParametersList { /// /// /// public string explain { get; set; } /// /// 品牌 /// public string parameterDesc { get; set; } /// /// /// public string sequence { get; set; } /// /// 最羽 /// public string parameterVal { get; set; } /// /// /// public string parametersCode { get; set; } /// /// /// public string parameterSequence { get; set; } /// /// 主体参数 /// public string parametersDesc { get; set; } /// /// /// public string coreFlag { get; set; } /// /// /// public string parameterCode { get; set; } } public class OrderActivity { /// /// /// public List activityRuleList { get; set; } /// /// 满1件打9折 /// public string activityDescription { get; set; } } public class ActivityRuleList { /// /// /// public string couponAmount { get; set; } /// /// /// public string singleMaxRewardAmount { get; set; } /// /// /// public string baseAddUpType { get; set; } /// /// /// public string rewardQuantifierType { get; set; } /// /// /// public string scopeType { get; set; } /// /// /// public string baseQuantifierType { get; set; } /// /// /// public string rewardAmount { get; set; } /// /// /// public string floor { get; set; } /// /// /// public string baseAmount { get; set; } } public class CommodityList { /// /// 活动 /// public OrderActivity orderActivity { get; set; } /// /// 优惠券信息集合 /// public List couponInfoList { get; set; } /// /// /// public List actList { get; set; } /// /// 到手价 /// public double arrivalPrice { get; set; } /// /// 商品信息 /// public CommodityInfo commodityInfo { get; set; } /// /// 拼购信息 /// public PgInfo pgInfo { get; set; } /// /// 类别信息 /// public CategoryInfo categoryInfo { get; set; } /// /// 优惠券信息 /// public CouponInfo couponInfo { get; set; } /// /// 预售信息 /// public AdvanceSale advanceSale { get; set; } /// /// 子代码集合 /// public List subCodeList { get; set; } /// /// 参数列表 /// public List parametersList { get; set; } /// /// 1:下一页有值 0:下一页无值 /// public string isHaveData { get; set; } } public class QuerySelectrecommendcommodity { /// /// 1:下一页有值 0:下一页无值 /// public string isHaveData { get; set; } /// /// /// public List commodityList { get; set; } } public class Sn_body { /// /// /// public QuerySelectrecommendcommodity querySelectrecommendcommodity { get; set; } } public class Sn_responseContent { /// /// /// public Sn_body sn_body { get; set; } public Sn_error sn_error { get; set; } } public class SN_Recommend_Commodity { /// /// /// public Sn_responseContent sn_responseContent { get; set; } } }