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> * @author <a href="mailto:xianrui0365@163.com">haoxr</a>
*/ */
@Api(tags = "「系统端」-库存信息") @Api(tags = "「系统端」库存信息")
@RestController @RestController
@RequestMapping("/api/v1/inventories") @RequestMapping("/api/v1/inventories")
@RequiredArgsConstructor @RequiredArgsConstructor

View File

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

View File

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