|
@@ -1,10 +1,6 @@
|
|
|
package com.jpsoft.bus.modules.bus.entity;
|
|
|
|
|
|
-import java.io.Serializable;
|
|
|
import java.util.Date;
|
|
|
-import java.text.SimpleDateFormat;
|
|
|
-import java.math.BigDecimal;
|
|
|
-
|
|
|
import org.springframework.data.annotation.Transient;
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
@@ -70,6 +66,8 @@ public class VehicleInfo {
|
|
|
private Integer trailInterval;
|
|
|
@ApiModelProperty(value = "车主ID")
|
|
|
private String accountId;
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
@ApiModelProperty(value = "定位信号最后上传时间")
|
|
|
private Date gpsUploadTime;
|
|
|
@ApiModelProperty(value = "app版本号")
|