|
@@ -54,10 +54,10 @@ public class AppEventMdVo implements Serializable {
|
|
|
|
|
|
/**
|
|
|
* 类型 1:竞赛流程 2:竞赛项目 3:活动议程 4:项目介绍 5:竞赛流程
|
|
|
- 6:赛事分组 7:运动员号码簿 8:项目场地
|
|
|
+ 6:赛事分组 7:运动员号码簿 8:项目场地 9:交通指示
|
|
|
*/
|
|
|
@ExcelProperty(value = "类型 1:竞赛流程 2:竞赛项目 3:活动议程 4:项目介绍 5:竞赛流程 " +
|
|
|
- "6:赛事分组 7:运动员号码簿 8:项目场地", converter = ExcelDictConvert.class)
|
|
|
+ "6:赛事分组 7:运动员号码簿 8:项目场地 9:交通指示", converter = ExcelDictConvert.class)
|
|
|
@ExcelDictFormat(dictType = "markdown_location")
|
|
|
private Integer type;
|
|
|
|