Update 'STOContracts/SearchModels/TechnicalWorkSearchModel.cs'
This commit is contained in:
parent
a04d9e5c6f
commit
0c383959c7
@ -10,6 +10,7 @@ namespace STOContracts.SearchModels
|
||||
{
|
||||
public int? Id { get; set; }
|
||||
public string? Name { get; set; }
|
||||
public DateTime? Date {get; set; }
|
||||
public DateTime? DateFrom {get; set; }
|
||||
public DateTime? DateTo {get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user