| | |
| | | private String content; |
| | | |
| | | @ApiModelProperty("所属分类") |
| | | private Integer classify; |
| | | 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; |
| | |
| | | |
| | | private String areaCode; |
| | | |
| | | @ApiModelProperty(value = "是否在线 (0 不在线 1在线)") |
| | | private String isOnLine; |
| | | |
| | | @ApiModelProperty(value = "组件json数据") |
| | | private String jsonObject; |
| | | |
| | | private List<ComActWorkGuideMaterialVO> materials = Lists.newArrayList(); |
| | | } |