forked from ddrilling/AsbCloudServer
Add DetectedOperationWithDrillerDto
This commit is contained in:
parent
bb107c8f5b
commit
65120cae74
@ -0,0 +1,18 @@
|
||||
namespace AsbCloudApp.Data.DetectedOperation
|
||||
{
|
||||
/// <summary>
|
||||
/// Автоматически определяемая операция
|
||||
/// </summary>
|
||||
public class DetectedOperationWithDrillerDto : DetectedOperationDto
|
||||
{
|
||||
/// <summary>
|
||||
/// Бурильщик
|
||||
/// </summary>
|
||||
public DrillerDto? Driller { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Целевые/нормативные показатели
|
||||
/// </summary>
|
||||
public OperationValueDto? OperationValue { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user