|
@@ -42,6 +42,14 @@ public class TournamentsVo implements Serializable {
|
|
|
@ExcelProperty(value = "比赛名")
|
|
@ExcelProperty(value = "比赛名")
|
|
|
private String name;
|
|
private String name;
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ @ExcelProperty(value = "比赛logo")
|
|
|
|
|
+ private String competitionIcon;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ @ExcelProperty(value = "比赛背景")
|
|
|
|
|
+ private String competitionBg;
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 比赛开始时间
|
|
* 比赛开始时间
|
|
|
*/
|
|
*/
|
|
@@ -142,7 +150,7 @@ public class TournamentsVo implements Serializable {
|
|
|
|
|
|
|
|
private Long signTime;
|
|
private Long signTime;
|
|
|
|
|
|
|
|
- private String competitionIcon;
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
private Long itemsId;
|
|
private Long itemsId;
|
|
|
|
|
|
|
@@ -243,4 +251,5 @@ public class TournamentsVo implements Serializable {
|
|
|
*/
|
|
*/
|
|
|
private Integer actionTime;
|
|
private Integer actionTime;
|
|
|
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|