行政区接口
This commit is contained in:
@@ -14,11 +14,26 @@ import java.util.List;
|
|||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
public class DistrictVo {
|
public class DistrictVo {
|
||||||
|
/**
|
||||||
|
* 城市代码
|
||||||
|
*/
|
||||||
private Object citycode;
|
private Object citycode;
|
||||||
private String adcode;
|
private String adcode;
|
||||||
|
/**
|
||||||
|
* 名称
|
||||||
|
*/
|
||||||
private String name;
|
private String name;
|
||||||
|
/**
|
||||||
|
* 经纬度
|
||||||
|
*/
|
||||||
private String center;
|
private String center;
|
||||||
|
/**
|
||||||
|
* 级别
|
||||||
|
*/
|
||||||
private String level;
|
private String level;
|
||||||
|
/**
|
||||||
|
* 行政区信息
|
||||||
|
*/
|
||||||
private List<DistrictVo> districts;
|
private List<DistrictVo> districts;
|
||||||
|
|
||||||
public String getNameAsPY() {
|
public String getNameAsPY() {
|
||||||
|
|||||||
Reference in New Issue
Block a user