|
@@ -13,12 +13,14 @@ import io.swagger.annotations.ApiOperation;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.web.bind.annotation.*;
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
+import springfox.documentation.annotations.ApiIgnore;
|
|
|
|
|
|
import javax.validation.Valid;
|
|
import javax.validation.Valid;
|
|
|
|
|
|
/**
|
|
/**
|
|
* Created by owen on 2022/1/13 0013 19:14
|
|
* Created by owen on 2022/1/13 0013 19:14
|
|
*/
|
|
*/
|
|
|
|
+@ApiIgnore
|
|
@Slf4j
|
|
@Slf4j
|
|
@Api(tags = "碧桂园-相关接口")
|
|
@Api(tags = "碧桂园-相关接口")
|
|
@RestController
|
|
@RestController
|