|
@@ -132,4 +132,16 @@ public class SceneEditControls implements Serializable {
|
|
|
@TableField("rec_status")
|
|
|
@TableLogic(value = "A",delval = "I")
|
|
|
private String recStatus;
|
|
|
+
|
|
|
+ @TableField("show_tag_title")
|
|
|
+ private Integer showTagTitle;
|
|
|
+
|
|
|
+ @TableField("show_billboard_title")
|
|
|
+ private Integer showBillboardTitle;
|
|
|
+
|
|
|
+ @TableField("show_camera_title")
|
|
|
+ private Integer showCameraTitle;
|
|
|
+
|
|
|
+ @TableField("show_link_title")
|
|
|
+ private Integer showLinkTitle;
|
|
|
}
|