forked from ddrilling/AsbCloudServer
10 lines
402 B
C#
10 lines
402 B
C#
namespace AsbCloudInfrastructure.Services.WellOperationImport.Constants;
|
||
|
||
public static class OperationAttributes
|
||
{
|
||
public const string CategoryInfo = "Описание";
|
||
public const string SectionDiameter = "ОК";
|
||
public const string Depth = "Забой";
|
||
public const string Duration = "Время операции";
|
||
public const string Date = "Дата окончания операции";
|
||
} |