| | |
| | | package com.panzhihua.common.model.vos.community; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.google.common.collect.Lists; |
| | | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | import java.util.List; |
| | | |
| | | @Data |
| | | @ApiModel("区域tree信息") |
| | | public class ComMngAreaVO { |
| | | /**城市行政区划代码*/ |
| | | /** 城市行政区划代码 */ |
| | | @ApiModelProperty("城市行政区划代码") |
| | | private Integer code; |
| | | |
| | | /**城市名称*/ |
| | | /** 城市名称 */ |
| | | @ApiModelProperty("城市名称") |
| | | private String Name; |
| | | |
| | |
| | | Name = name; |
| | | } |
| | | |
| | | public ComMngAreaVO() { |
| | | } |
| | | public ComMngAreaVO() {} |
| | | } |