@@ -31,14 +31,14 @@ public class IncidentVo {
*/
@Excel(name = "事件类型")
@ApiModelProperty("事件类型")
- private Integer type;
+ private String type;
/**
* 事件等级
@Excel(name = "事件等级")
@ApiModelProperty("事件等级")
- private Integer level;
+ private String level;
* 事件地址
@@ -40,7 +40,7 @@ public class PlanVo {
@Excel(name = "预案类型")
@ApiModelProperty("预案类型")
* 创建部门