Поправлен тип данных у ряда полей

This commit is contained in:
Olga Nemt 2024-06-27 09:51:37 +05:00
parent 8b6efdee84
commit 4559143f6c
4 changed files with 5 additions and 5 deletions

View File

@ -38,10 +38,10 @@ public class ProcessMapPlanFunctionsDrillTestDto : ProcessMapPlanBaseDto
public double LengthStep { get; set; }
/// <summary>
/// Автозапуск или Предупреждение
/// Автозапуск или предупреждение
/// </summary>
[Required]
public int IdAutostartOrWarning { get; set; }
public bool IdAutostartOrWarning { get; set; }
/// <summary>
/// Примечание

View File

@ -41,7 +41,7 @@ public class ProcessMapPlanFunctionsOscillationDto : ProcessMapPlanBaseDto
/// Режим Авто/Руч
/// </summary>
[Required]
public double Mode { get; set; }
public bool Mode { get; set; }
/// <summary>
/// Примечание

View File

@ -47,7 +47,7 @@ public class ProcessMapPlanFunctionsShockTestDto : ProcessMapPlanBaseDto
/// Автозапуск или Предупреждение
/// </summary>
[Required]
public int IdAutostartOrWarning { get; set; }
public bool IdAutostartOrWarning { get; set; }
/// <summary>
/// Примечание

View File

@ -10,7 +10,7 @@ public class ProcessMapPlanFunctionsUpgradeNoloadDto : ProcessMapPlanBaseDto
/// <summary>
/// СПУСК ОК Да/Нет
/// </summary>
public double IdDeclineSocketColumn { get; set; }
public bool IdDeclineSocketColumn { get; set; }
/// <summary>
/// Примечание