| | |
| | | @Length(groups = {AddGroup.class}, max = 5000) |
| | | private String content; |
| | | |
| | | @ApiModelProperty("所属分类") |
| | | private String classify; |
| | | |
| | | @ApiModelProperty("办理时间") |
| | | private String timeAt; |
| | | |
| | | @ApiModelProperty("创建时间") |
| | | private String createAt; |
| | | |
| | | // @ApiModelProperty("办理地点") |
| | | // private String address; |
| | | @ApiModelProperty("办理地点") |
| | | private String address; |
| | | |
| | | // @ApiModelProperty("咨询电话") |
| | | // private String phone; |
| | | @ApiModelProperty("咨询电话") |
| | | private String phone; |
| | | |
| | | @ApiModelProperty("经度") |
| | | private String lon; |
| | |
| | | @ApiModelProperty("纬度") |
| | | private String lat; |
| | | |
| | | private String areaCode; |
| | | |
| | | private List<ComActWorkGuideMaterialVO> materials = Lists.newArrayList(); |
| | | } |