Skip to content

Commit

Permalink
Merge branch 'dev' into nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
niltor committed May 9, 2024
2 parents c835695 + d778f47 commit 26c256b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,12 @@ public partial class OrderSnListResponse : PddResponseModel
[JsonPropertyName("order_change_amount")]
public double? OrderChangeAmount { get; set; }

/// <summary>
/// 合单ID
/// </summary>
[JsonPropertyName("open_address_id")]
public string OpenAddressId { get; set; }

/// <summary>
/// 仓库信息
/// </summary>
Expand Down

0 comments on commit 26c256b

Please sign in to comment.