提交 9e5948cd 编写于 作者: 郝先瑞

docs: 类注释优化

上级 25da36ee
......@@ -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.List;
/**
* @author <a href="mailto:xianrui0365@163.com">haoxr</a>
*/
@Api(tags = "移动端-商品分类")
@Api(tags = "「移动端」商品分类")
@RestController("appCategoryController")
@RequestMapping("/app-api/v1/categories")
@Slf4j
......
......@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
import java.util.stream.Collectors;
@Api(tags = "移动端-商品信息")
@Api(tags = "「移动端」商品信息")
@RestController(value = "appGoodsController")
@RequestMapping("/app-api/v1/goods")
@AllArgsConstructor
......
......@@ -14,7 +14,7 @@ import java.util.List;
/**
* Stock Keeping Unit
*/
@Api(tags = "移动端-商品库存")
@Api(tags = "「移动端」商品库存")
@RestController(value = "appStockController")
@RequestMapping("/app-api/v1/stocks")
@AllArgsConstructor
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册