forked from ddrilling/AsbCloudServer
Смена типа дат для ProcessMapPlanRequest
This commit is contained in:
parent
d78209fa0b
commit
533ddd29cf
@ -20,5 +20,5 @@ public class ProcessMapPlanRequest
|
||||
/// <summary>
|
||||
/// Дата обновления
|
||||
/// </summary>
|
||||
public DateTime? UpdateFrom { get; set; }
|
||||
public DateTimeKind? UpdateFrom { get; set; }
|
||||
}
|
Loading…
Reference in New Issue
Block a user