@@ -71,7 +71,7 @@ public class FlowQueryRecordInfoVo implements Serializable {
* 查询时间
*/
@ApiModelProperty(value = "查询时间")
- private String queryTime;
+ private LocalDateTime queryTime;
/**
* 品牌
@@ -56,7 +56,8 @@ public class GetFlowQueryRecordInfo implements Serializable {
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")