Commit e473e223 authored by 吴泽佳's avatar 吴泽佳

接口

parent 29515f00
......@@ -56,6 +56,6 @@ public interface FeignClientForFatools {
@ApiOperation(value = "探普 首席投顾列表查询")
@GetMapping(value = "/queryChiefFinancialAdviserList")
CommonResp<Page<UserInfoNewChief>> queryChiefFinancialAdviserList(@RequestBody Pageable page);
CommonResp<Page<UserInfoNewChief>> queryChiefFinancialAdviserList(@ApiParam(value = "分页对象", required = true) Pageable page);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment