This commit is contained in:
2025-11-28 11:51:30 +08:00
parent 7865e924dd
commit 42cf4b15f8
3 changed files with 14 additions and 11 deletions

View File

@@ -10,10 +10,7 @@ namespace MyCode.Project.Infrastructure.JackYun
public class GoodsDetailItem
{
/// <summary>
/// 商品明细id唯一商品明细的唯一标识。
/// </summary>
public string SubTradeld { get; set; }
/// <summary>
///
@@ -44,9 +41,11 @@ namespace MyCode.Project.Infrastructure.JackYun
/// </summary>
public decimal shareOrderDiscountFee { get; set; }
/// <summary>
///
/// 商品明细id唯一商品明细的唯一标识。
/// </summary>
public string subTradeId { get; set; }
/// <summary>
///
/// </summary>