|
@@ -3,6 +3,7 @@ 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;
|
|
|
|
|
@@ -11,6 +12,7 @@ import java.util.List;
|
|
|
/**
|
|
|
* 行政区域 接口路由
|
|
|
*/
|
|
|
+@Api(tags = "区域")
|
|
|
@RestMappingController("sys-region")
|
|
|
public interface SysRegionService {
|
|
|
|