|
|
@ -38,13 +38,9 @@ public class PageTripReportFormDTO extends PageFormDTO implements Serializable { |
|
|
|
/** |
|
|
|
* 来到本地时间 |
|
|
|
*/ |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd") |
|
|
|
private Date startDate; |
|
|
|
private String startDate; |
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd") |
|
|
|
private Date endDate; |
|
|
|
private String endDate; |
|
|
|
|
|
|
|
/** |
|
|
|
* token里设置 |
|
|
|