forked from ddrilling/AsbCloudServer
SubsystemActiveWellStatDto replace WellDto by WellInfoDto
This commit is contained in:
parent
4a4b7852b7
commit
b91093b2e4
@ -10,7 +10,7 @@ namespace AsbCloudApp.Data.Subsystems
|
||||
/// <summary>
|
||||
/// Активная скважина
|
||||
/// </summary>
|
||||
public WellDto Well { get; set; } = null!; //TODO: заменить на WellInfo
|
||||
public WellInfoDto Well { get; set; } = null!;
|
||||
/// <summary>
|
||||
/// Наработки подсистемы АКБ
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user