|
|
@ -3,14 +3,16 @@ package com.yxt.wms.apiadmin.aggregation; |
|
|
|
import com.yxt.common.core.result.ResultBean; |
|
|
|
import com.yxt.wms.biz.func.region.RegionChildTwoVo; |
|
|
|
import com.yxt.wms.biz.func.region.RegionService; |
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestParam; |
|
|
|
import org.springframework.web.bind.annotation.ResponseBody; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
@Api(tags = "省、市、县") |
|
|
|
@RestController |
|
|
|
@RequestMapping("/apiadmin/regions") |
|
|
|
public class RegionRest { |
|
|
|
|
|
|
|
@Autowired |
|
|
|