This commit is contained in:
2025-10-16 19:32:10 +08:00
parent 0a28417898
commit f42519dd61
9 changed files with 387 additions and 10 deletions

View File

@@ -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; }

View File

@@ -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>