This commit is contained in:
2025-10-17 17:54:23 +08:00
parent f42519dd61
commit 316e78f4f2
6 changed files with 96 additions and 10 deletions

View File

@@ -315,7 +315,7 @@ namespace MyCode.Project.Infrastructure.JackYun
/// <summary>
/// 退货货品信息
/// </summary>
public List<ReturnChangeGoodsDetail> ReturnChangeGoodsDetail { get; set; }
public List<JkyReturnChangeGoodsDetail> ReturnChangeGoodsDetail { get; set; }
@@ -364,7 +364,7 @@ namespace MyCode.Project.Infrastructure.JackYun
/// <summary>
/// 货品信息
/// </summary>
public class ReturnChangeGoodsDetail
public class JkyReturnChangeGoodsDetail
{
/// <summary>
/// 售后订单id

View File

@@ -200,7 +200,7 @@ namespace MyCode.Project.Infrastructure.JackYun
/// <summary>
/// 退货货品信息
/// </summary>
public List<ReturnChangeGoodsDetail> ReturnChangeGoodsDetail { get; set; }
public List<JkyReturnChangeGoodsDetail> ReturnChangeGoodsDetail { get; set; }
/// <summary>
/// 系统编码