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/data/StyleController.java | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/java/com/lf/server/controller/data/StyleController.java b/src/main/java/com/lf/server/controller/data/StyleController.java index 3c5e19f..d934885 100644 --- a/src/main/java/com/lf/server/controller/data/StyleController.java +++ b/src/main/java/com/lf/server/controller/data/StyleController.java @@ -99,7 +99,7 @@ } @SysLog() - @ApiOperation(value = "鎻掑叆瀛楀吀") + @ApiOperation(value = "鎻掑叆涓�鏉�") @ApiImplicitParams({ @ApiImplicitParam(name = "entity", value = "瀛楀吀瀹炰綋绫�", dataType = "com.lf.server.entity.data.StyleEntity", paramType = "body", example = "") }) @@ -120,7 +120,7 @@ } @SysLog() - @ApiOperation(value = "鎻掑叆澶氭潯瀛楀吀") + @ApiOperation(value = "鎻掑叆澶氭潯") @ApiImplicitParams({ @ApiImplicitParam(name = "list", value = "瀛楀吀瀹炰綋绫�", dataType = "com.lf.server.entity.data.StyleEntity", paramType = "body", example = "") }) @@ -143,9 +143,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 = "/deleteStyle") public ResponseMsg<Integer> deleteStyle(int id) { @@ -159,9 +159,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 = "/deleteStyles") public ResponseMsg<Integer> deleteStyles(@RequestParam List<Integer> ids) { @@ -179,9 +179,9 @@ } @SysLog() - @ApiOperation(value = "鏇存柊涓�鏉″瓧鍏�") + @ApiOperation(value = "鏇存柊涓�鏉�") @ApiImplicitParams({ - @ApiImplicitParam(name = "entity", value = "瀛楀吀ID闆嗗悎", dataType = "StyleEntity", paramType = "body", example = "") + @ApiImplicitParam(name = "entity", value = "ID闆嗗悎", dataType = "StyleEntity", paramType = "body", example = "") }) @ResponseBody @PostMapping(value = "/updateStyle", produces = "application/json; charset=UTF-8") @@ -201,9 +201,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 = "/selectStyle") public ResponseMsg<StyleEntity> selectStyle(int id) { @@ -218,7 +218,7 @@ } @SysLog() - @ApiOperation(value = "鏌ヨ鎵�鏈夊瓧鍏�") + @ApiOperation(value = "鏌ヨ鎵�鏈�") @GetMapping(value = "/selectStyleAll") public ResponseMsg<List<StyleEntity>> selectStyleAll() { -- Gitblit v1.9.3