|
|
|
@ -11,6 +11,7 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -45,4 +46,8 @@ public class MesBoardDisplay extends BaseBean implements Serializable {
|
|
|
|
|
@Column(name = "ROLL_SPEED")
|
|
|
|
|
@ApiParam("滚动速度")
|
|
|
|
|
private Integer rollSpeed;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("跑马灯字体颜色")
|
|
|
|
|
private String fontColor;
|
|
|
|
|
}
|
|
|
|
|