using System.Collections.Generic; namespace SiteCore.taoObj { public class Api_trade_fullinfo_get_response_Obj { public Response response { get; set; } public class Response { /// /// /// public Data data { get; set; } } public class Data { /// /// /// public string hasNext { get; set; } /// /// /// public List content { get; set; } } public class ContentItem { /// /// /// public string posCode { get; set; } /// /// /// public string openSellerNick { get; set; } /// /// /// public string openBuyerNick { get; set; } public string openBuyerId { get; set; } /// /// /// public string serviceFee { get; set; } /// /// /// public string discountFee { get; set; } /// /// /// public string flag { get; set; } /// /// /// public string shippingTime { get; set; } /// /// /// public string modifyTime { get; set; } /// /// /// public string finishTime { get; set; } /// /// /// public string payTime { get; set; } /// /// /// public string totalPrice { get; set; } /// /// /// public string postFee { get; set; } /// /// /// public string refType { get; set; } /// /// /// public string refundStatus { get; set; } /// /// /// public string receivedPayment { get; set; } /// /// 长沙市 /// public string receiverCity { get; set; } /// /// /// public string refOid { get; set; } /// /// /// public string totalSellPrice { get; set; } /// /// /// public string orderTime { get; set; } /// /// 中国 /// public string receiverCountry { get; set; } /// /// /// public string totalFee { get; set; } /// /// 岳麓区 /// public string receiverDistrict { get; set; } /// /// 湖南省 /// public string receiverState { get; set; } /// /// /// public string payment { get; set; } /// /// /// public string sellerMemo { get; set; } /// /// /// public List lines { get; set; } /// /// /// public string receiverTown { get; set; } /// /// /// public string buyerMemo { get; set; } /// /// /// public string status { get; set; } } public class LinesItem { /// /// 塑料-大 /// public string standards { get; set; } /// /// /// public string totalSellPrice { get; set; } /// /// /// public string totalPrice { get; set; } /// /// /// public string price { get; set; } /// /// /// public string num { get; set; } /// /// /// public string refSkuId { get; set; } /// /// /// public string refOlId { get; set; } /// /// /// public string refundStatus { get; set; } /// /// /// public string outerId { get; set; } /// /// /// public string sellPrice { get; set; } /// /// 新建盘点商品(用于API测试) /// public string title { get; set; } /// /// /// public string refSpuId { get; set; } /// /// /// public string picUrl { get; set; } } } }