更改环卫车轨迹字段类型,解决数据储存不全问题

This commit is contained in:
wuweida 2022-07-29 10:23:43 +08:00
parent 7547535126
commit d5c6e070e7
1 changed files with 9 additions and 9 deletions

View File

@ -32,23 +32,23 @@ public class TrailSanitation {
private String wz;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
private LocalDateTime fssj;
private String fssj;
private double jd;
private String jd;
private double wd;
private String wd;
private double sd;
private String sd;
private Integer fx;
private String zt;
private double yl;
private String yl;
private double lc;
private String lc;
private double yl2;
private String yl2;
private Integer sfzx;
@ -56,9 +56,9 @@ public class TrailSanitation {
private String bjzt;
private double gd;
private String gd;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
private LocalDateTime updatetime;
private String updatetime;
}