|
|
@ -62,7 +62,7 @@ public class GenerateController 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<GenerateVo>> list(QueryVo filter, Query query) { |
|
|
|
public R<IPage<GenerateVo>> list(QueryVo filter, Query query) { |
|
|
|
return service.pageCondition(filter, query); |
|
|
|
return service.pageCondition(filter, query); |
|
|
|