SupplyBindingModel fix
This commit is contained in:
parent
d7ab3a10c4
commit
b714aa6e46
@ -13,7 +13,7 @@ namespace ComputerShopContracts.BindingModels
|
||||
public int Id { get; set; }
|
||||
public int ClientId { get; set; }
|
||||
|
||||
public int ReceivingId { get; set; }
|
||||
public int? ReceivingId { get; set; }
|
||||
public SupplyStatus Status { get; set; } = SupplyStatus.Неизвестен;
|
||||
|
||||
public DateTime DateCreate { get; set; } = DateTime.Now;
|
||||
|
Loading…
Reference in New Issue
Block a user