| | |
| | | package com.panzhihua.common.model.vos.community; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.fasterxml.jackson.databind.annotation.JsonSerialize; |
| | | import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @program: springcloud_k8s_panzhihuazhihuishequ |
| | |
| | | public class ComMngStructAreaProvinceVO { |
| | | |
| | | @ApiModelProperty("自增 id") |
| | | private Integer id; |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long id; |
| | | |
| | | @ApiModelProperty("省份名称") |
| | | private String provinceName; |
| | |
| | | |
| | | @ApiModelProperty("下属城市") |
| | | private List<ComMngStructAreaCityVO> comMngStructAreaCityVOS; |
| | | |
| | | |
| | | } |