11
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -200,7 +200,7 @@ namespace MyCode.Project.Infrastructure.JackYun
|
||||
/// <summary>
|
||||
/// 退货货品信息
|
||||
/// </summary>
|
||||
public List<ReturnChangeGoodsDetail> ReturnChangeGoodsDetail { get; set; }
|
||||
public List<JkyReturnChangeGoodsDetail> ReturnChangeGoodsDetail { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 系统编码
|
||||
|
||||
Reference in New Issue
Block a user