mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 12:48:59 +08:00
docs: 类注释优化
This commit is contained in:
parent
9e5948cdd9
commit
06cb4d9976
@ -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
|
||||
|
@ -17,7 +17,7 @@ import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
@Api(tags = "「系统端」会员中心")
|
||||
@Api(tags = "「系统端」会员管理")
|
||||
@RestController
|
||||
@RequestMapping("/api/v1/members")
|
||||
@RequiredArgsConstructor
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user