forked from ddrilling/AsbCloudServer
Переименованы ограниччивающие параметры
This commit is contained in:
parent
f4c1053416
commit
0f4a579e70
@ -18,10 +18,10 @@ namespace AsbCloudInfrastructure.Services
|
||||
private readonly Dictionary<int, string> feedRegulatorData = new ()
|
||||
{
|
||||
{ LimitingParameterDto.NoLimit, "Нет ограничения" },
|
||||
{ LimitingParameterDto.RopPlan, "МСП" },
|
||||
{ LimitingParameterDto.RopPlan, "Скорость блока" },
|
||||
{ LimitingParameterDto.Pressure, "Давление" },
|
||||
{ LimitingParameterDto.AxialLoad, "Осевая нагрузка" },
|
||||
{ LimitingParameterDto.RotorTorque, "Момент" }
|
||||
{ LimitingParameterDto.RotorTorque, "Момент на роторе" }
|
||||
};
|
||||
|
||||
public LimitingParameterService(ILimitingParameterRepository limitingParameterRepository,
|
||||
|
Loading…
Reference in New Issue
Block a user