1
This commit is contained in:
@@ -75,7 +75,7 @@ namespace MyCode.Project.Infrastructure.JackYun
|
||||
/// <summary>
|
||||
/// 系统订单id
|
||||
/// </summary>
|
||||
public long TradeId { get; set; }
|
||||
public string TradeId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 系统订单号
|
||||
@@ -313,7 +313,7 @@ namespace MyCode.Project.Infrastructure.JackYun
|
||||
public int SourceTradeStatus { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 货品信息
|
||||
/// 退货货品信息
|
||||
/// </summary>
|
||||
public List<ReturnChangeGoodsDetail> ReturnChangeGoodsDetail { get; set; }
|
||||
|
||||
|
||||
@@ -193,9 +193,15 @@ namespace MyCode.Project.Infrastructure.JackYun
|
||||
/// </summary>
|
||||
public int apiType { get; set; }
|
||||
/// <summary>
|
||||
/// 货品详情
|
||||
/// 销售货品详情
|
||||
/// </summary>
|
||||
public List<GoodsDetailItem> goodsDetail { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 退货货品信息
|
||||
/// </summary>
|
||||
public List<ReturnChangeGoodsDetail> ReturnChangeGoodsDetail { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 系统编码
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user