|
|
@@ -10,8 +10,6 @@ import shop.alien.entity.result.R;
|
|
|
import shop.alien.entity.second.SecondGoodsCategory;
|
|
|
import shop.alien.second.service.SecondGoodsCategoryService;
|
|
|
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
@Slf4j
|
|
|
@Api(tags = {"二手平台-商品类型"})
|
|
|
@ApiSort(9)
|
|
|
@@ -19,7 +17,7 @@ import java.util.List;
|
|
|
@RestController
|
|
|
@RequestMapping("/second/goodsCategory")
|
|
|
@RequiredArgsConstructor
|
|
|
-public class SecondCategoryController {
|
|
|
+public class PlatformSecondCategoryController {
|
|
|
|
|
|
private final SecondGoodsCategoryService service;
|
|
|
|