| | |
| | | |
| | | //第一次案发时间 |
| | | @ApiModelProperty(dataType = "Date", value = "第一次案发时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | // @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date firstTime; |
| | | |
| | | //创建时间 |
| | |
| | | @ApiModelProperty(dataType = "String", value = "案件描述") |
| | | private String description; |
| | | |
| | | //案件描述 |
| | | @ApiModelProperty(dataType = "String", value = "案件描述") |
| | | private String totalMoney; |
| | | |
| | | //案件报案人数 |
| | | @ApiModelProperty(dataType = "Integer", value = "案件报案人数") |
| | | private Integer reportNumber; |
| | |
| | | //案件群主id |
| | | @ApiModelProperty(dataType = "Integer", value = "案件群主id") |
| | | private Integer groupId; |
| | | |
| | | @ApiModelProperty(dataType = "String", value = "mobile") |
| | | private String mobile; |
| | | } |