order status

This commit is contained in:
the
2023-05-20 07:41:13 +04:00
parent e0c39713ee
commit 46477a6c6f
9 changed files with 127 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ namespace ComputerShopDataModels.Models
SupplyStatus Status { get; }
DateTime DateCreate { get; }
DateTime? DateImplement { get; }
int ReceivingId { get; }
int? ReceivingId { get; }
Dictionary<int, IOrderModel> SupplyOrders { get; }
}
}