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.
229 lines
12 KiB
229 lines
12 KiB
using System;
|
|
using System.Collections.Generic;
|
|
using Jd.Api.Response;
|
|
using Jd.Api.Util;
|
|
namespace Jd.Api.Request
|
|
{
|
|
public class UeNewSaaSOrderFinishBizProgressRequest : JdRequestBase<UeNewSaaSOrderFinishBizProgressResponse>
|
|
{
|
|
public string
|
|
warrantyCard
|
|
{get; set;}
|
|
|
|
public Nullable<int>
|
|
detecResult
|
|
{get; set;}
|
|
|
|
public string
|
|
usedMaterial
|
|
{get; set;}
|
|
|
|
public string
|
|
failureName
|
|
{get; set;}
|
|
|
|
public string
|
|
invoiceSituation
|
|
{get; set;}
|
|
|
|
public string
|
|
pic1
|
|
{get; set;}
|
|
|
|
public string
|
|
inSkuSn
|
|
{get; set;}
|
|
|
|
public string
|
|
installSituation
|
|
{get; set;}
|
|
|
|
public string
|
|
appId
|
|
{get; set;}
|
|
|
|
public string
|
|
pic6
|
|
{get; set;}
|
|
|
|
public string
|
|
pic7
|
|
{get; set;}
|
|
|
|
public string
|
|
pic8
|
|
{get; set;}
|
|
|
|
public string
|
|
chargeAmount
|
|
{get; set;}
|
|
|
|
public string
|
|
pic9
|
|
{get; set;}
|
|
|
|
public string
|
|
pic2
|
|
{get; set;}
|
|
|
|
public string
|
|
pic3
|
|
{get; set;}
|
|
|
|
public string
|
|
dealRemark
|
|
{get; set;}
|
|
|
|
public string
|
|
pic4
|
|
{get; set;}
|
|
|
|
public string
|
|
pic5
|
|
{get; set;}
|
|
|
|
public string
|
|
fixMethod
|
|
{get; set;}
|
|
|
|
public string
|
|
detecDetail
|
|
{get; set;}
|
|
|
|
public string
|
|
outRepair
|
|
{get; set;}
|
|
|
|
public string
|
|
orderNo
|
|
{get; set;}
|
|
|
|
public string
|
|
barcode2
|
|
{get; set;}
|
|
|
|
public string
|
|
barcode1
|
|
{get; set;}
|
|
|
|
public string
|
|
createBy
|
|
{get; set;}
|
|
|
|
public string
|
|
pic10
|
|
{get; set;}
|
|
|
|
public string
|
|
callSource
|
|
{get; set;}
|
|
|
|
public string
|
|
failureReason
|
|
{get; set;}
|
|
|
|
public string
|
|
outSkuSn
|
|
{get; set;}
|
|
|
|
public string
|
|
dealResult
|
|
{get; set;}
|
|
|
|
public string
|
|
operateDate
|
|
{get; set;}
|
|
|
|
public string
|
|
receiveBrand
|
|
{get; set;}
|
|
|
|
public string
|
|
buyYear
|
|
{get; set;}
|
|
|
|
public override string ApiName
|
|
{
|
|
get{return "jingdong.ue.newSaaSOrder.finishBizProgress";}
|
|
}
|
|
protected override void PrepareParam(IDictionary<String, Object> parameters)
|
|
{
|
|
parameters.Add("warrantyCard", this. warrantyCard
|
|
);
|
|
parameters.Add("detecResult", this. detecResult
|
|
);
|
|
parameters.Add("usedMaterial", this. usedMaterial
|
|
);
|
|
parameters.Add("failureName", this. failureName
|
|
);
|
|
parameters.Add("invoiceSituation", this. invoiceSituation
|
|
);
|
|
parameters.Add("pic1", this. pic1
|
|
);
|
|
parameters.Add("inSkuSn", this. inSkuSn
|
|
);
|
|
parameters.Add("installSituation", this. installSituation
|
|
);
|
|
parameters.Add("appId", this. appId
|
|
);
|
|
parameters.Add("pic6", this. pic6
|
|
);
|
|
parameters.Add("pic7", this. pic7
|
|
);
|
|
parameters.Add("pic8", this. pic8
|
|
);
|
|
parameters.Add("chargeAmount", this. chargeAmount
|
|
);
|
|
parameters.Add("pic9", this. pic9
|
|
);
|
|
parameters.Add("pic2", this. pic2
|
|
);
|
|
parameters.Add("pic3", this. pic3
|
|
);
|
|
parameters.Add("dealRemark", this. dealRemark
|
|
);
|
|
parameters.Add("pic4", this. pic4
|
|
);
|
|
parameters.Add("pic5", this. pic5
|
|
);
|
|
parameters.Add("fixMethod", this. fixMethod
|
|
);
|
|
parameters.Add("detecDetail", this. detecDetail
|
|
);
|
|
parameters.Add("outRepair", this. outRepair
|
|
);
|
|
parameters.Add("orderNo", this. orderNo
|
|
);
|
|
parameters.Add("barcode2", this. barcode2
|
|
);
|
|
parameters.Add("barcode1", this. barcode1
|
|
);
|
|
parameters.Add("createBy", this. createBy
|
|
);
|
|
parameters.Add("pic10", this. pic10
|
|
);
|
|
parameters.Add("callSource", this. callSource
|
|
);
|
|
parameters.Add("failureReason", this. failureReason
|
|
);
|
|
parameters.Add("outSkuSn", this. outSkuSn
|
|
);
|
|
parameters.Add("dealResult", this. dealResult
|
|
);
|
|
parameters.Add("operateDate", this. operateDate
|
|
);
|
|
parameters.Add("receiveBrand", this. receiveBrand
|
|
);
|
|
parameters.Add("buyYear", this. buyYear
|
|
);
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|