|
@@ -170,5 +170,11 @@ public class SceneEditControls implements Serializable {
|
|
|
@TableLogic(value = "A", delval = "I")
|
|
|
private String recStatus;
|
|
|
|
|
|
+ @TableField("show_music")
|
|
|
+ private Integer showMusic;
|
|
|
+
|
|
|
+ @TableField("show_title_logo")
|
|
|
+ private Integer showTitleLogo;
|
|
|
+
|
|
|
|
|
|
}
|