Explorar el Código

Merge branch 'release-swsx' into test

dengsixing hace 3 meses
padre
commit
b2f6249c70
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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;
 }