OrderUpdate
This commit is contained in:
parent
c64d5f465a
commit
5e39f7cd00
@ -55,12 +55,7 @@ namespace SewingDressesFileImplement.Models
|
||||
{
|
||||
return;
|
||||
}
|
||||
Id = model.Id;
|
||||
DressId = model.DressId;
|
||||
Count = model.Count;
|
||||
Sum = model.Sum;
|
||||
Status = model.Status;
|
||||
DateCreate = model.DateCreate;
|
||||
DateImplement = model.DateImplement;
|
||||
}
|
||||
public OrderViewModel GetViewModel => new()
|
||||
|
Loading…
x
Reference in New Issue
Block a user