using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
|
namespace YouZanSDKStandard.Api.Domain
|
{
|
[Serializable]
|
public class ItemDetailOpenModel
|
{
|
|
public string buy_quota { get; set; }
|
|
public string purchase_right { get; set; }
|
|
public string item_type { get; set; }
|
|
public string sell_point { get; set; }
|
|
public string pic_thumb_url { get; set; }
|
|
public string num { get; set; }
|
|
public string origin_price { get; set; }
|
|
public string item_no { get; set; }
|
|
public string title { get; set; }
|
|
public string is_lock { get; set; }
|
|
public string pic_url { get; set; }
|
|
public string price { get; set; }
|
|
public string alias { get; set; }
|
|
public string join_level_discount { get; set; }
|
|
public string summary { get; set; }
|
|
public string quantity { get; set; }
|
|
public string kdt_id { get; set; }
|
|
public string sold_num { get; set; }
|
|
public string auto_listing_time { get; set; }
|
|
public string post_type { get; set; }
|
|
public string created { get; set; }
|
|
public string post_fee { get; set; }
|
|
public string is_listing { get; set; }
|
|
public string item_id { get; set; }
|
|
public string one_item_multi_code { get; set; }
|
|
public string share_url { get; set; }
|
|
public string detail_url { get; set; }
|
|
public string desc { get; set; }
|
|
public string cid { get; set; }
|
|
public string attributeName { get; set; }
|
|
public object template { get; set; }
|
|
public string[] tag_ids { get; set; }
|
|
public object presale_extend { get; set; }
|
|
public object delivery_template_info { get; set; }
|
|
public object item_tags { get; set; }
|
|
public object hotel_extend { get; set; }
|
|
public ItemImageOpenModel[] item_imgs { get; set; }
|
|
public object fenxiao_extend { get; set; }
|
|
public object virtual_extend { get; set; }
|
|
public object purchase_right_list { get; set; }
|
|
public SkuImageOpenModel[] sku_images { get; set; }
|
|
|
public ItemSkuOpenModel[] skus { get; set; }
|
|
public string messages { get; set; }
|
|
}
|
|
|
}
|