浏览代码

新需求

weichaochao 5 年前
父节点
当前提交
28ddfe5cd1
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      src/main/java/com/huiju/estateagents/entity/TaLiveActivity.java

+ 3
- 3
src/main/java/com/huiju/estateagents/entity/TaLiveActivity.java 查看文件

@@ -98,12 +98,12 @@ public class TaLiveActivity implements Serializable {
98 98
     /**
99 99
      * 直播开始时间
100 100
      */
101
-    private LocalDateTime liveStartDate;
101
+    private String liveStartDate;
102 102
 
103 103
     /**
104 104
      * 直播结束时间
105 105
      */
106
-    private LocalDateTime liveEndDate;
106
+    private String liveEndDate;
107 107
 
108 108
     /**
109 109
      * 创建时间
@@ -128,7 +128,7 @@ public class TaLiveActivity implements Serializable {
128 128
     /**
129 129
      * 权重
130 130
      */
131
-//    private Integer weight;
131
+    private Integer weight;
132 132
 
133 133
 
134 134
 }