zhongdaoyi@wondertek.com.cn

审片间添加收录字段2

... ... @@ -49,6 +49,6 @@ public class LiveMonitorRoom {
* 收录操作时间
*/
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private LocalDateTime recordStartTime;
private LocalDateTime recordTime;
}
\ No newline at end of file
... ...
... ... @@ -49,5 +49,5 @@ public class LMRoomListVo {
* 收录操作时间
*/
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private LocalDateTime recordStartTime;
private LocalDateTime recordTime;
}
... ...