зеркало из https://github.com/Azure/reddog-code.git
Merge pull request #8 from Azure/jds-order-update-002
updating makeline OrderItemSummary to have ImageUrl property
This commit is contained in:
Коммит
176b724764
|
@ -18,5 +18,8 @@ namespace RedDog.MakeLineService.Models
|
|||
|
||||
[JsonPropertyName("unitPrice")]
|
||||
public decimal UnitPrice { get; set; }
|
||||
|
||||
[JsonPropertyName("imageUrl")]
|
||||
public string ImageUrl { get; set; }
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче