Browse Source

四维深巡

dengsixing 3 tháng trước cách đây
mục cha
commit
7eb33258fa
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      src/main/java/com/fdkankan/scene/entity/ScenePlus.java

+ 5 - 1
src/main/java/com/fdkankan/scene/entity/ScenePlus.java

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