TelemetryDataSaubDto remove Date prop

This commit is contained in:
ngfrolov 2023-09-22 14:58:32 +05:00
parent e15b58228b
commit 9821336045
Signed by: ng.frolov
GPG Key ID: E99907A0357B29A7
2 changed files with 0 additions and 10 deletions

View File

@ -13,7 +13,6 @@ public class AutoGeneratedDailyReportDto : AutoGeneratedDailyReportInfoDto
/// </summary>
public HeadBlockDto Head { get; set; } = null!;
//TODO: поля не должны быть массивами
/// <summary>
/// Блок подсистем
/// </summary>

View File

@ -12,15 +12,6 @@ namespace AsbCloudApp.Data.SAUB
/// </summary>
public DateTime DateTime { get; set; }
/// <summary>
/// метка времени данных (legacy)
/// </summary>
public DateTime Date // TODO: remove this legacy after all panels updated (> 3.2.0407)
{
get { return DateTime; }
set { DateTime = value; }
}
/// <summary>
/// Режим работы САУБ:
/// 0 - "РУЧНОЙ"