|
@@ -16,13 +16,13 @@ public class RoomListDataEnVo {
|
|
|
|
|
|
private List<String> sceneNameList;
|
|
|
|
|
|
- @ExcelProperty("Related Scenes")
|
|
|
+ @ExcelProperty("Scenes")
|
|
|
private String sceneNameListStr;
|
|
|
|
|
|
@ExcelProperty("Duration/ Minute")
|
|
|
private Long lookTime;
|
|
|
|
|
|
- @ExcelProperty("Create Time")
|
|
|
+ @ExcelProperty("Created Time")
|
|
|
private String createTime;
|
|
|
|
|
|
@ExcelIgnore
|
|
@@ -31,7 +31,7 @@ public class RoomListDataEnVo {
|
|
|
@ExcelProperty("Status")
|
|
|
private String roomStatusStr;
|
|
|
|
|
|
- @ExcelProperty("Watch")
|
|
|
+ @ExcelProperty("View")
|
|
|
private Long lookManCount;
|
|
|
|
|
|
@ExcelProperty("Share")
|
|
@@ -42,9 +42,9 @@ public class RoomListDataEnVo {
|
|
|
return "";
|
|
|
}
|
|
|
switch (roomStatus){
|
|
|
- case 0 :return "未开始";
|
|
|
- case 1 :return "带看中";
|
|
|
- case 2 :return "已结束";
|
|
|
+ case 0 :return "Not Started";
|
|
|
+ case 1 :return "Live";
|
|
|
+ case 2 :return "Finshed";
|
|
|
}
|
|
|
return roomStatusStr;
|
|
|
}
|