|
|
|
@ -67,8 +67,8 @@ public class OtherController extends BladeController {
|
|
|
|
|
@GetMapping("/list") |
|
|
|
|
@ApiOperationSupport(order = 4) |
|
|
|
|
@OperationAnnotation(moduleName = "数据填报", |
|
|
|
|
title = "配置数据填报",operatorType = OperatorType.MOBILE,businessType = BusinessType.GENCODE, |
|
|
|
|
action = "分页") |
|
|
|
|
title = "其他填报",operatorType = OperatorType.MOBILE,businessType = BusinessType.GENCODE, |
|
|
|
|
action = "分页其他填报列表") |
|
|
|
|
@ApiOperation(value = "分页", notes = "查询条件:createDept,fileName,startTime,endTime") |
|
|
|
|
public R<IPage<OtherVo>> list(OtherVo vo, Query query) { |
|
|
|
|
return service.pageCondition(vo, query); |
|
|
|
|