|
@@ -3,7 +3,6 @@ package com.xy.service;
|
|
|
import com.xy.annotate.RestMappingController;
|
|
|
import com.xy.dto.SysRegionDto;
|
|
|
import com.xy.utils.R;
|
|
|
-import io.swagger.annotations.Api;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
|
@@ -12,7 +11,7 @@ import java.util.List;
|
|
|
/**
|
|
|
* 行政区域 接口路由
|
|
|
*/
|
|
|
-@Api(tags = "区域")
|
|
|
+
|
|
|
@RestMappingController("sys-region")
|
|
|
public interface SysRegionService {
|
|
|
|