forked from ddrilling/AsbCloudServer
Reviewed-on: http://test.digitaldrilling.ru:8080/DDrilling/AsbCloudServer/pulls/56
This commit is contained in:
commit
28cbd75705
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v6.0",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v6.0": {
|
|
||||||
"AsbSaubReport/1.0.0": {
|
|
||||||
"runtime": {
|
|
||||||
"AsbSaubReport.dll": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"AsbSaubReport/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
@ -1,36 +0,0 @@
|
|||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v6.0",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v6.0": {
|
|
||||||
"AsbSaubReportLas/1.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"AsbSaubReport": "1.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"AsbSaubReportLas.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"AsbSaubReport/1.0.0": {
|
|
||||||
"runtime": {
|
|
||||||
"AsbSaubReport.dll": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"AsbSaubReportLas/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
},
|
|
||||||
"AsbSaubReport/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
@ -123,6 +123,11 @@ namespace AsbCloudInfrastructure
|
|||||||
RotorSpeed = d.RotorSpeed,
|
RotorSpeed = d.RotorSpeed,
|
||||||
Flow = d.Flow,
|
Flow = d.Flow,
|
||||||
PressureSpDevelop = d.PressureSpDevelop,
|
PressureSpDevelop = d.PressureSpDevelop,
|
||||||
|
IdFeedRegulator = d.IdFeedRegulator,
|
||||||
|
Pump0Flow = d.Pump0Flow,
|
||||||
|
Pump1Flow = d.Pump1Flow,
|
||||||
|
Pump2Flow = d.Pump2Flow,
|
||||||
|
|
||||||
});
|
});
|
||||||
return query;
|
return query;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user