@@ -125,5 +125,9 @@ public class ScenePlus implements Serializable {
@TableField("remove_portrait")
private Integer removePortrait;
-
+ /**
+ * 场景名称
+ */
+ @TableField("laser_title")
+ private String laserTitle;
}