feat(GeneratorTemplates): Переделал генератор шаблона под измененную таблицу Templates
This commit is contained in:
@@ -38,7 +38,7 @@ namespace PARR.DAL.Models
|
||||
/// <summary>
|
||||
/// Последняя дата обновления статуса RobotStatusCode роботом
|
||||
/// </summary>
|
||||
public DateTimeOffset RobotLastStatusUpdated { get; set; }
|
||||
public DateTimeOffset? RobotLastStatusUpdated { get; set; }
|
||||
|
||||
|
||||
[ForeignKey(nameof(StatusCode))]
|
||||
|
||||
Reference in New Issue
Block a user