步步为盈
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

237 lines
4.5 KiB

using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using Newtonsoft.Json;
using Jd.Api.Domain;
namespace Jd.Api.Domain
{
[Serializable]
public class InsuranceOrderVo:JdObject{
[JsonProperty("exchangeDate")]
public DateTime
exchangeDate
{ get; set; }
[JsonProperty("serviceSkuName")]
public string
serviceSkuName
{ get; set; }
[JsonProperty("buyDate")]
public DateTime
buyDate
{ get; set; }
[JsonProperty("itemCode")]
public string
itemCode
{ get; set; }
[JsonProperty("orderParentId")]
public string
orderParentId
{ get; set; }
[JsonProperty("deliverArriveDate")]
public DateTime
deliverArriveDate
{ get; set; }
[JsonProperty("insuranceType")]
public int
insuranceType
{ get; set; }
[JsonProperty("serviceSkuPromotionPrice")]
public string
serviceSkuPromotionPrice
{ get; set; }
[JsonProperty("mainBrandName")]
public string
mainBrandName
{ get; set; }
[JsonProperty("itemName")]
public string
itemName
{ get; set; }
[JsonProperty("extOrderNo")]
public string
extOrderNo
{ get; set; }
[JsonProperty("serviceSettlePrice")]
public string
serviceSettlePrice
{ get; set; }
[JsonProperty("userMobile")]
public string
userMobile
{ get; set; }
[JsonProperty("extMainFinishTime")]
public DateTime
extMainFinishTime
{ get; set; }
[JsonProperty("currentEndDate")]
public DateTime
currentEndDate
{ get; set; }
[JsonProperty("currentBeginDate")]
public DateTime
currentBeginDate
{ get; set; }
[JsonProperty("currentNum")]
public int
currentNum
{ get; set; }
[JsonProperty("salesOrderNo")]
public string
salesOrderNo
{ get; set; }
[JsonProperty("createDate")]
public DateTime
createDate
{ get; set; }
[JsonProperty("category2")]
public string
category2
{ get; set; }
[JsonProperty("category3")]
public string
category3
{ get; set; }
[JsonProperty("orderNo")]
public string
orderNo
{ get; set; }
[JsonProperty("productSn")]
public string
productSn
{ get; set; }
[JsonProperty("skuUuid")]
public string
skuUuid
{ get; set; }
[JsonProperty("stageType")]
public int
stageType
{ get; set; }
[JsonProperty("serviceSkuCode")]
public string
serviceSkuCode
{ get; set; }
[JsonProperty("category1")]
public string
category1
{ get; set; }
[JsonProperty("mainOrderDate")]
public DateTime
mainOrderDate
{ get; set; }
[JsonProperty("userName")]
public string
userName
{ get; set; }
[JsonProperty("categoryId1")]
public int
categoryId1
{ get; set; }
[JsonProperty("extensionEndDate")]
public DateTime
extensionEndDate
{ get; set; }
[JsonProperty("userAddress")]
public string
userAddress
{ get; set; }
[JsonProperty("categoryId2")]
public int
categoryId2
{ get; set; }
[JsonProperty("categoryId3")]
public int
categoryId3
{ get; set; }
[JsonProperty("mainQty")]
public int
mainQty
{ get; set; }
[JsonProperty("extMainOrderNo")]
public string
extMainOrderNo
{ get; set; }
[JsonProperty("extensionBeginDate")]
public DateTime
extensionBeginDate
{ get; set; }
[JsonProperty("totalNum")]
public int
totalNum
{ get; set; }
[JsonProperty("mainOrderFinishDate")]
public DateTime
mainOrderFinishDate
{ get; set; }
[JsonProperty("extMainSn")]
public string
extMainSn
{ get; set; }
[JsonProperty("mainOrderNo")]
public string
mainOrderNo
{ get; set; }
[JsonProperty("returnsDate")]
public DateTime
returnsDate
{ get; set; }
[JsonProperty("mainBrandId")]
public string
mainBrandId
{ get; set; }
[JsonProperty("extinsuranceMode")]
public int
extinsuranceMode
{ get; set; }
[JsonProperty("mainPromotionPrice")]
public string
mainPromotionPrice
{ get; set; }
}
}