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