|
|
@ -60,7 +60,7 @@ public class WindController extends BladeController { |
|
|
|
@ApiOperationSupport(order = 4) |
|
|
|
@ApiOperationSupport(order = 4) |
|
|
|
@OperationAnnotation(moduleName = "数据填报", |
|
|
|
@OperationAnnotation(moduleName = "数据填报", |
|
|
|
title = "风电填报数据查询",operatorType = OperatorType.MOBILE,businessType = BusinessType.GENCODE, |
|
|
|
title = "风电填报数据查询",operatorType = OperatorType.MOBILE,businessType = BusinessType.GENCODE, |
|
|
|
action = "分页") |
|
|
|
action = "分页查询风电填报数据列表") |
|
|
|
@ApiOperation(value = "分页", notes = "查询条件::startTime,endTime,stationCode") |
|
|
|
@ApiOperation(value = "分页", notes = "查询条件::startTime,endTime,stationCode") |
|
|
|
public R<IPage<WindVo>> list(QueryVo filter, Query query) { |
|
|
|
public R<IPage<WindVo>> list(QueryVo filter, Query query) { |
|
|
|
return service.pageCondition(filter, query); |
|
|
|
return service.pageCondition(filter, query); |
|
|
|