From 24776e7ffb4815202fbe0035da4198103469e706 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 11 十月 2022 09:39:08 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/controller/sys/AuthController.java | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/java/com/lf/server/controller/sys/AuthController.java b/src/main/java/com/lf/server/controller/sys/AuthController.java index 3d0be1b..49bdedd 100644 --- a/src/main/java/com/lf/server/controller/sys/AuthController.java +++ b/src/main/java/com/lf/server/controller/sys/AuthController.java @@ -96,7 +96,7 @@ } @SysLog() - @ApiOperation(value = "鎻掑叆瀛楀吀") + @ApiOperation(value = "鎻掑叆涓�鏉�") @ApiImplicitParams({ @ApiImplicitParam(name = "entity", value = "瀛楀吀瀹炰綋绫�", dataType = "com.lf.server.entity.sys.AuthEntity", paramType = "body", example = "") }) @@ -117,7 +117,7 @@ } @SysLog() - @ApiOperation(value = "鎻掑叆澶氭潯瀛楀吀") + @ApiOperation(value = "鎻掑叆澶氭潯") @ApiImplicitParams({ @ApiImplicitParam(name = "list", value = "瀹炰綋绫婚泦鍚�", dataType = "List<AuthEntity>", paramType = "body", example = "") }) @@ -140,9 +140,9 @@ } @SysLog() - @ApiOperation(value = "鍒犻櫎涓�鏉″瓧鍏�") + @ApiOperation(value = "鍒犻櫎涓�鏉�") @ApiImplicitParams({ - @ApiImplicitParam(name = "id", value = "瀛楀吀ID", dataType = "Integer", paramType = "query", example = "1") + @ApiImplicitParam(name = "id", value = "ID", dataType = "Integer", paramType = "query", example = "1") }) @GetMapping(value = "/deleteAuth") public ResponseMsg<Integer> deleteAuth(int id) { @@ -156,9 +156,9 @@ } @SysLog() - @ApiOperation(value = "鍒犻櫎澶氭潯瀛楀吀") + @ApiOperation(value = "鍒犻櫎澶氭潯") @ApiImplicitParams({ - @ApiImplicitParam(name = "ids", value = "瀛楀吀ID闆嗗悎", dataType = "List<Integer>", paramType = "query", example = "1,2") + @ApiImplicitParam(name = "ids", value = "ID闆嗗悎", dataType = "List<Integer>", paramType = "query", example = "1,2") }) @GetMapping(value = "/deleteAuths") public ResponseMsg<Integer> deleteAuths(@RequestParam List<Integer> ids) { @@ -174,7 +174,7 @@ } @SysLog() - @ApiOperation(value = "鏇存柊涓�鏉″瓧鍏�") + @ApiOperation(value = "鏇存柊涓�鏉�") @ApiImplicitParams({ @ApiImplicitParam(name = "entity", value = "瀹炰綋绫�", dataType = "LoginEntity", paramType = "body", example = "") }) @@ -196,9 +196,9 @@ } @SysLog() - @ApiOperation(value = "鏍规嵁ID鏌ヨ瀛楀吀") + @ApiOperation(value = "鏍规嵁ID鏌ヨ") @ApiImplicitParams({ - @ApiImplicitParam(name = "id", value = "瀛楀吀ID", dataType = "Integer", paramType = "query", example = "1") + @ApiImplicitParam(name = "id", value = "ID", dataType = "Integer", paramType = "query", example = "1") }) @GetMapping(value = "/selectAuth") public ResponseMsg<AuthEntity> selectAuth(int id) { @@ -212,7 +212,7 @@ } @SysLog() - @ApiOperation(value = "鏌ヨ鎵�鏈夊瓧鍏�") + @ApiOperation(value = "鏌ヨ鎵�鏈�") @GetMapping(value = "/selectAuthAll") public ResponseMsg<List<AuthEntity>> selectAuthAll() { try { -- Gitblit v1.9.3