| | |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date permitime; |
| | | private String approve; |
| | | private String examinetime; |
| | | private String cardid; |
| | | private String representativecell; |
| | | private String contacts; |
| | | private String contactscell; |
| | | private String storage; |
| | | private String jurisdiction; |
| | | //派出所审批 |
| | | private String papprove; |
| | | //县审批 |
| | | private String xapprove; |
| | | //市审批 |
| | | private String sapprove; |
| | | //派出意见 |
| | | private String popinion; |
| | | //县意见 |
| | | private String xopinion; |
| | | //市意见 |
| | | private String sopinion; |
| | | |
| | | @ApiModelProperty(value = "审批时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | | private Date overtime; |
| | | |
| | | |
| | | } |