@@ -13,7 +13,7 @@ public class EventTypeDTO extends BaseVO {
private Long id;
@Schema(description = "事件值")
- private String eventVal;
+ private Integer eventVal;
@Schema(description = "事件字符串")
private String eventStr;
@@ -23,7 +23,7 @@ public class EventType extends BaseVO {
/**
* 事件值
*/
* 事件字符串