using System.Collections.Generic;
namespace Api.Framework.Data.TB
{
public class GetItemInfosData
{
///
///
///
public List n_tbk_item { get; set; }
}
public class Small_images
{
///
/// 图片
///
public List @string { get; set; }
}
public class N_tbk_item
{
///
/// 女装
///
public string cat_name { get; set; }
///
///
///
public string num_iid { get; set; }
///
/// 连衣裙
///
public string title { get; set; }
///
///
///
public string pict_url { get; set; }
///
///
///
public Small_images small_images { get; set; }
///
///
///
public string reserve_price { get; set; }
///
///
///
public string zk_final_price { get; set; }
///
///
///
public long user_type { get; set; }
///
/// 杭州
///
public string provcity { get; set; }
///
///
///
public string item_url { get; set; }
///
///
///
public long seller_id { get; set; }
///
///
///
public int volume { get; set; }
///
/// xx旗舰店
///
public string nick { get; set; }
///
/// 情趣内衣
///
public string cat_leaf_name { get; set; }
///
///
///
public bool is_prepay { get; set; }
///
///
///
public long shop_dsr { get; set; }
///
///
///
public long ratesum { get; set; }
///
///
///
public bool i_rfd_rate { get; set; }
///
///
///
public bool h_good_rate { get; set; }
///
///
///
public bool h_pay_rate30 { get; set; }
///
///
///
public bool free_shipment { get; set; }
///
///
///
public string material_lib_type { get; set; }
///
/// 付定金立减20元
///
public string presale_discount_fee_text { get; set; }
///
///
///
public long presale_tail_end_time { get; set; }
///
///
///
public long presale_tail_start_time { get; set; }
///
///
///
public long presale_end_time { get; set; }
///
///
///
public long presale_start_time { get; set; }
///
///
///
public string presale_deposit { get; set; }
///
///
///
public long ju_play_end_time { get; set; }
///
///
///
public long ju_play_start_time { get; set; }
///
/// 玩法
///
public string play_info { get; set; }
///
///
///
public long tmall_play_activity_end_time { get; set; }
///
///
///
public long tmall_play_activity_start_time { get; set; }
///
///
///
public string ju_online_start_time { get; set; }
///
///
///
public string ju_online_end_time { get; set; }
///
///
///
public string ju_pre_show_start_time { get; set; }
///
///
///
public string ju_pre_show_end_time { get; set; }
///
///
///
public string sale_price { get; set; }
///
/// ["每100减20","每200减50"]
///
public string kuadian_promotion_info { get; set; }
///
///
///
public string superior_brand { get; set; }
///
///
///
public string hot_flag { get; set; }
///
///
///
public string input_num_iid { get; set; }
}
}