forked from ddrilling/AsbCloudServer
#9156004 TelemetryDataSaubDto, SetpointsRequestDto, SetpointInfoDto, EventDto, ProcessMapReportRowDto, ProcessMapReportParamsDto, ProcessMapReportDto, ProcessMapDto
This commit is contained in:
parent
5178b59ba7
commit
7cc951d102
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
namespace AsbCloudApp.Data.ProcessMap
|
||||
{
|
||||
#nullable enable
|
||||
/// <summary>
|
||||
/// Строки РТК
|
||||
/// </summary>
|
||||
@ -41,5 +40,4 @@
|
||||
/// </summary>
|
||||
public double Rop { get; set; }
|
||||
}
|
||||
#nullable disable
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
namespace AsbCloudApp.Data.SAUB
|
||||
{
|
||||
#nullable enable
|
||||
/// <summary>
|
||||
/// Описание шаблона события панели оператора
|
||||
/// </summary>
|
||||
|
@ -1,6 +1,5 @@
|
||||
namespace AsbCloudApp.Data.SAUB
|
||||
{
|
||||
#nullable enable
|
||||
/// <summary>
|
||||
/// DTO рекомендации уставок передаваемых на панель оператора
|
||||
/// </summary>
|
||||
|
@ -3,7 +3,6 @@ using System.Collections.Generic;
|
||||
|
||||
namespace AsbCloudApp.Data.SAUB
|
||||
{
|
||||
#nullable enable
|
||||
/// <summary>
|
||||
/// DTO запроса для предложения по изменению уставок на панели оператора
|
||||
/// </summary>
|
||||
|
@ -1,5 +1,4 @@
|
||||
using System;
|
||||
#nullable enable
|
||||
namespace AsbCloudApp.Data.SAUB
|
||||
{
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user