|
@@ -55,7 +55,7 @@ public class GameAthleteVo implements Serializable {
|
|
|
/**
|
|
|
* 队伍ID
|
|
|
*/
|
|
|
- @ExcelProperty(value = "队伍ID")
|
|
|
+// @ExcelProperty(value = "队伍ID")
|
|
|
private Long teamId;
|
|
|
|
|
|
/**
|
|
@@ -122,13 +122,13 @@ public class GameAthleteVo implements Serializable {
|
|
|
/**
|
|
|
* 组别
|
|
|
*/
|
|
|
- @ExcelProperty(value = "组别")
|
|
|
+// @ExcelProperty(value = "组别")
|
|
|
private String groupType;
|
|
|
|
|
|
/**
|
|
|
* 参与项目列表
|
|
|
*/
|
|
|
- @ExcelProperty(value = "参与项目列表")
|
|
|
+// @ExcelProperty(value = "参与项目列表")
|
|
|
private String projectValue;
|
|
|
|
|
|
private List<Long> projectList;
|
|
@@ -136,8 +136,8 @@ public class GameAthleteVo implements Serializable {
|
|
|
/**
|
|
|
* 状态(0正常 1停用)
|
|
|
*/
|
|
|
- @ExcelProperty(value = "状态", converter = ExcelDictConvert.class)
|
|
|
- @ExcelDictFormat(dictType = "game_event_status")
|
|
|
+// @ExcelProperty(value = "状态", converter = ExcelDictConvert.class)
|
|
|
+// @ExcelDictFormat(dictType = "game_event_status")
|
|
|
private String status;
|
|
|
|
|
|
/**
|