#9156004 TelemetryDataSaubDto, SetpointsRequestDto, SetpointInfoDto, EventDto, ProcessMapReportRowDto, ProcessMapReportParamsDto, ProcessMapReportDto, ProcessMapDto

This commit is contained in:
ai.astrakhantsev 2023-02-22 09:43:32 +05:00
parent 5178b59ba7
commit 7cc951d102
8 changed files with 1 additions and 13 deletions

View File

@ -2,7 +2,6 @@
namespace AsbCloudApp.Data.ProcessMap
{
#nullable enable
/// <summary>
/// РТК
/// </summary>
@ -69,5 +68,4 @@ namespace AsbCloudApp.Data.ProcessMap
/// </summary>
public double RopPlan { get; set; }
}
#nullable disable
}

View File

@ -2,7 +2,6 @@
namespace AsbCloudApp.Data.ProcessMap
{
#nullable enable
/// <summary>
/// Модель РТК
/// </summary>
@ -54,5 +53,4 @@ namespace AsbCloudApp.Data.ProcessMap
/// </summary>
public string WellSectionTypeName { get; set; } = null!;
}
#nullable disable
}

View File

@ -6,7 +6,6 @@ using System.Threading.Tasks;
namespace AsbCloudApp.Data.ProcessMap
{
#nullable enable
/// <summary>
/// Параметры РТК
/// </summary>
@ -33,9 +32,8 @@ namespace AsbCloudApp.Data.ProcessMap
public double? Limit { get; set; }
/// <summary>
/// Процент бурения по уставке ,%
/// Процент бурения по уставке, %
/// </summary>
public double? PercDrillingSetpoint { get; set; }
}
#nullable disable
}

View File

@ -1,6 +1,5 @@
namespace AsbCloudApp.Data.ProcessMap
{
#nullable enable
/// <summary>
/// Строки РТК
/// </summary>
@ -41,5 +40,4 @@
/// </summary>
public double Rop { get; set; }
}
#nullable disable
}

View File

@ -1,6 +1,5 @@
namespace AsbCloudApp.Data.SAUB
{
#nullable enable
/// <summary>
/// Описание шаблона события панели оператора
/// </summary>

View File

@ -1,6 +1,5 @@
namespace AsbCloudApp.Data.SAUB
{
#nullable enable
/// <summary>
/// DTO рекомендации уставок передаваемых на панель оператора
/// </summary>

View File

@ -3,7 +3,6 @@ using System.Collections.Generic;
namespace AsbCloudApp.Data.SAUB
{
#nullable enable
/// <summary>
/// DTO запроса для предложения по изменению уставок на панели оператора
/// </summary>

View File

@ -1,5 +1,4 @@
using System;
#nullable enable
namespace AsbCloudApp.Data.SAUB
{
/// <summary>