Commit b0bab88f by huluobin

update

parent f97cd6f9
......@@ -2,7 +2,6 @@ package com.gogirl.interfaces.product.serve;
import com.gogirl.application.product.serve.BaseFeaturesService;
import com.gogirl.infrastructure.common.base.JsonResult;
import com.gogirl.infrastructure.mapper.product.serve.BaseFeaturesMapper;
import com.gogirl.shared.product.ProduceFeaturesDTO;
import com.gogirl.shared.product.ServeFeaturesDTO;
import io.swagger.annotations.Api;
......@@ -17,10 +16,9 @@ import java.util.List;
@RestController
@AllArgsConstructor
@Api("首页标签接口")
public class LabelController {
public class BaseFeaturesController {
private final BaseFeaturesService baseFeaturesService;
private final BaseFeaturesMapper baseFeaturesMapper;
@ApiOperation("查询首页服务标签")
@GetMapping("/customer/label/no_queryServeLabel")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment