Browse Source

添加字段location

lyhzzz 1 năm trước cách đây
mục cha
commit
185a9ce4ce

+ 3 - 0
src/main/java/com/fdkankan/ucenter/entity/ScenePlusExt.java

@@ -170,4 +170,7 @@ public class ScenePlusExt implements Serializable {
 
     @TableField("algorithm_time")
     private String algorithmTime;
+
+    @TableField("location")
+    private Integer location;
 }