fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/FloatAD.java
@@ -80,13 +80,16 @@ @Column(name = "fa_order") private Integer order; // 适用类型 1新人 // 适用类型 : 0通用 1新人 @Column(name = "fa_type") private Integer type; // 启用状态 @Column(name = "fa_state") private Integer state; @Column(name = "fa_play_sound") private Boolean playSound;//是否播放音效 // 创建时间 @Column(name = "fa_create_time") @@ -239,4 +242,12 @@ this.type = type; } public Boolean getPlaySound() { return playSound; } public void setPlaySound(Boolean playSound) { this.playSound = playSound; } }