摘要: /** * 登录 * @param param 参数 * @return 返回结果 */@ApiOperation(value = "登录",notes = "登录")@PostMapping("/selectLogin")@ResponseBodypublic AjaxResult selectL 阅读全文
posted @ 2020-04-26 14:47 侯新月 阅读(487) 评论(0) 推荐(0)
摘要: @ApiOperation("(公用下载excel模板)")@ApiImplicitParams({@ApiImplicitParam(name = "excelFileName", value = "文件名称", dataType = "String",required = true)})@Get 阅读全文
posted @ 2020-04-08 08:52 侯新月 阅读(1938) 评论(0) 推荐(0)