docs: 类注释优化

This commit is contained in:
郝先瑞 2022-02-03 20:58:53 +08:00
parent 9e5948cdd9
commit 06cb4d9976
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.*;
/**
* @author <a href="mailto:xianrui0365@163.com">haoxr</a>
*/
@Api(tags = "「系统端」-库存信息")
@Api(tags = "「系统端」库存信息")
@RestController
@RequestMapping("/api/v1/inventories")
@RequiredArgsConstructor

View File

@ -17,7 +17,7 @@ import java.util.Arrays;
import java.util.List;
@Api(tags = "「系统端」会员中心")
@Api(tags = "「系统端」会员管理")
@RestController
@RequestMapping("/api/v1/members")
@RequiredArgsConstructor

View File

@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.Collections;
import java.util.Set;
@Api(tags = "「移动端」会员中心")
@Api(tags = "「移动端」会员管理")
@RequestMapping("/app-api/v1/members")
@RestController("appMemberController")
@RequiredArgsConstructor