|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|