добавление кода и исправление ошибок
This commit is contained in:
parent
dc1e0037a5
commit
a621af5ca9
@ -74,12 +74,11 @@ namespace LawFirmFileImplement.Models
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
DocumentId = model.DocumentId;
|
|
||||||
Count = model.Count;
|
|
||||||
Sum = model.Sum;
|
|
||||||
Status = model.Status;
|
Status = model.Status;
|
||||||
DateCreate = model.DateCreate;
|
if (model.DateImplement.HasValue)
|
||||||
DateImplement = model.DateImplement;
|
{
|
||||||
|
DateImplement = model.DateImplement;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public OrderViewModel GetViewModel => new()
|
public OrderViewModel GetViewModel => new()
|
||||||
|
Loading…
Reference in New Issue
Block a user