DD.WellWorkover.Cloud/AsbCloudInfrastructure/Services/WellOperationImport/Constants/OperationAttributes.cs

10 lines
402 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 = "Дата окончания операции";
}