|
@@ -275,6 +275,9 @@ type (
|
|
|
// ObtainRangeMaxMin 查询最大最小值
|
|
|
ObtainRangeMaxMin(req *RangeMaxMinReq) (resp *InstrumentCompareData, err error)
|
|
|
|
|
|
+ // ObtainRangeMaxMin 查询最大最小值
|
|
|
+ ObtainRangeFirstLast(req *RangeFirstLastReq) (resp *RangeFirstLast, err error)
|
|
|
+
|
|
|
// GetWorkingUfByCode 获得uf工况数据
|
|
|
GetWorkingUfByCode(DcWorkingReq) (*GetWorkingUfByCodeResp, error)
|
|
|
// FindWorkingUfByCycle 查询uf工况数据, 按周期进行过滤
|