|
|
|
@ -9,10 +9,7 @@ import lombok.EqualsAndHashCode;
|
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
import javax.persistence.*;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Description :设备通知对象配置
|
|
|
|
@ -37,10 +34,12 @@ public class MesEquNotifyObjectCfg extends BaseBean {
|
|
|
|
|
@ApiParam("对象名称")
|
|
|
|
|
private String notifyObjectName;
|
|
|
|
|
|
|
|
|
|
@Lob
|
|
|
|
|
@Column(name="NOTIFY_OBJECT_VALUE")
|
|
|
|
|
@ApiParam("对象值")
|
|
|
|
|
private String notifyObjectValue;
|
|
|
|
|
|
|
|
|
|
@Lob
|
|
|
|
|
@Column(name="NOTIFY_OBJECT_VALUE_RDD")
|
|
|
|
|
@ApiParam("对象值")
|
|
|
|
|
private String notifyObjectValueRdd;
|
|
|
|
|