修改了mesEvent pojo

yun-zuoyi
WYnneaoapc 6 years ago
parent e0089ab800
commit d826c47d5a

@ -40,6 +40,10 @@ public class MesEvent extends BaseBean {
@ApiParam("事件类型")
private Integer eventType;
@Column(name="BUTTON_CODE")
@ApiParam("按钮代码")
private String buttonCode;
public int getEventTypeVal() {
return this.eventType == null ? 0 : this.eventType;
}

Loading…
Cancel
Save