forked from ddrilling/AsbCloudServer
Merge branch 'dev' into feature/process_map
This commit is contained in:
commit
9753c1b8b9
@ -13,7 +13,6 @@ public class AutoGeneratedDailyReportDto : AutoGeneratedDailyReportInfoDto
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public HeadBlockDto Head { get; set; } = null!;
|
public HeadBlockDto Head { get; set; } = null!;
|
||||||
|
|
||||||
//TODO: поля не должны быть массивами
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Блок подсистем
|
/// Блок подсистем
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -12,15 +12,6 @@ namespace AsbCloudApp.Data.SAUB
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public DateTime DateTime { get; set; }
|
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>
|
/// <summary>
|
||||||
/// Режим работы САУБ:
|
/// Режим работы САУБ:
|
||||||
/// 0 - "РУЧНОЙ"
|
/// 0 - "РУЧНОЙ"
|
||||||
|
Loading…
Reference in New Issue
Block a user