2022-07-25 18:02:39 +05:00
|
|
|
|
namespace AsbCloudDb.Model.DailyReport
|
|
|
|
|
{
|
|
|
|
|
public class TimeBalance
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Бурение
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Drilling { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Промывка
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Flushing { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Наращивание
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Building { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Проработка
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Elaboration { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Расширка
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Extension { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Ремонт
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Repair { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// КНБК
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Knbk { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// СПО
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Spo { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// ПЗР
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Pzr { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// ПВО
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Pvo { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// ПГР
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Pgr { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// ГИС
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Gis { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// ОЗЦ
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Ozc { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Тех. работы
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string EngineeringWorks { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Снятие замера
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string TakingMeasure { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Цементирование
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Cementing { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Простой
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Simple { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// НПВ
|
|
|
|
|
/// </summary>
|
2022-11-17 16:36:02 +05:00
|
|
|
|
public string Npv { get; set; } = string.Empty;
|
2022-07-25 18:02:39 +05:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|