|
|
@ -27,15 +27,11 @@ public class DcSdhsEventQuery |
|
|
|
private String type; |
|
|
|
|
|
|
|
/** 开始时间 */ |
|
|
|
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") |
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") //接收时间类型
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") |
|
|
|
private Date startTime; |
|
|
|
|
|
|
|
/** 结束时间 */ |
|
|
|
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") |
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") //接收时间类型
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") |
|
|
|
private Date endTime; |
|
|
|
|
|
|
|
/** 需要导出的键 */ |
|
|
|