|
@@ -33,7 +33,7 @@ public class LaserData implements Serializable {
|
|
|
private String windTurbineNumber;
|
|
|
|
|
|
@ApiModelProperty("采样时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private Date acquisitionTime;
|
|
|
|
|
|
@ApiModelProperty("采样率")
|
|
@@ -111,9 +111,9 @@ public class LaserData implements Serializable {
|
|
|
@ApiModelProperty("塔筒采集频率(HZ)")
|
|
|
private String towerCollectionFrequency;
|
|
|
|
|
|
-// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
// private Date createTime;
|
|
|
//
|
|
|
-// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
// private Date updateTime;
|
|
|
}
|