This commit is contained in:
huangzj
2023-06-15 13:34:43 +08:00
parent 83b6087427
commit 72d0b68d2d
8 changed files with 173 additions and 8 deletions

View File

@@ -18,11 +18,11 @@ public class ThdDataVO {
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
private LocalDateTime time;
private String LineId;
private String lineId;
private String position;
private String Phase;
private String StatMethod;
private String phase;
private String statMethod;
private String statisticalIndex;
private String statisticalName;