BUGFIX: 男装 outwear single design;

This commit is contained in:
shahaibo
2023-11-09 13:19:18 +08:00
parent ebbe39468e
commit f3fcaa3ed6
5 changed files with 178 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ import java.util.List;
@AllArgsConstructor
@NoArgsConstructor
@RequestMapping("/api/classification")
@Api(value = "", tags = "接口")
@Api(value = "", tags = "分类")
public class ClassificationController {
@Resource

View File

@@ -36,7 +36,7 @@ import java.util.List;
@AllArgsConstructor
@NoArgsConstructor
@RequestMapping("/api/workspace")
@Api(value = "", tags = "接口")
@Api(value = "", tags = "工作空间")
public class WorkspaceController {
@Resource