zhongdaoyi@wondertek.com.cn

审片间添加收录字段2

@@ -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 }