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