fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/FloatAD.java
@@ -88,6 +88,9 @@ @Column(name = "fa_state") private Integer state; @Column(name = "fa_play_sound") private Boolean playSound;//是否播放音效 // 创建时间 @Column(name = "fa_create_time") private Date createTime; @@ -239,4 +242,12 @@ this.type = type; } public Boolean getPlaySound() { return playSound; } public void setPlaySound(Boolean playSound) { this.playSound = playSound; } }