@@ -56,6 +56,12 @@ public class ScenePlus implements Serializable {
private String title;
/**
+ * 场景名称
+ */
+ @TableField("laser_title")
+ private String laserTitle;
+
+ /**
* 场景描述
*/
@TableField("description")