Browse Source

Merge branch 'release-swsx' into test

dengsixing 3 tháng trước cách đây
mục cha
commit
b2f6249c70
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;
 }