fix
This commit is contained in:
parent
746f5be7a4
commit
3b04ca5dc0
@ -64,13 +64,8 @@ namespace ConfectioneryFileImplement.Models
|
||||
{
|
||||
return;
|
||||
}
|
||||
PastryId = model.PastryId;
|
||||
Count = model.Count;
|
||||
Sum = model.Sum;
|
||||
Status = model.Status;
|
||||
DateCreate = model.DateCreate;
|
||||
DateImplement = model.DateImplement;
|
||||
Id = model.Id;
|
||||
}
|
||||
public OrderViewModel GetViewModel => new()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user