|
|
@@ -2,6 +2,7 @@ package com.taauav.front.dto; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import lombok.Data; |
|
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
|
|
|
|
|
|
import java.math.BigInteger; |
|
|
|
import java.util.Date; |
|
|
@@ -19,13 +20,13 @@ public class IndexQuestionDto { |
|
|
|
* 巡检时间(开始) |
|
|
|
*/ |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
private Date startTime; |
|
|
|
private String startTime; |
|
|
|
|
|
|
|
/** |
|
|
|
* 巡检时间(结束) |
|
|
|
*/ |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
private Date endTime; |
|
|
|
private String endTime; |
|
|
|
|
|
|
|
/** |
|
|
|
* 区属id |