Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -49,6 +49,6 @@ public class LiveMonitorRoom { | @@ -49,6 +49,6 @@ public class LiveMonitorRoom { | ||
| 49 | * 收录操作时间 | 49 | * 收录操作时间 |
| 50 | */ | 50 | */ |
| 51 | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 51 | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| 52 | - private LocalDateTime recordStartTime; | 52 | + private LocalDateTime recordTime; |
| 53 | 53 | ||
| 54 | } | 54 | } |
| @@ -49,5 +49,5 @@ public class LMRoomListVo { | @@ -49,5 +49,5 @@ public class LMRoomListVo { | ||
| 49 | * 收录操作时间 | 49 | * 收录操作时间 |
| 50 | */ | 50 | */ |
| 51 | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 51 | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| 52 | - private LocalDateTime recordStartTime; | 52 | + private LocalDateTime recordTime; |
| 53 | } | 53 | } |
-
Please register or login to post a comment