傅行帆 3 years ago
parent
commit
c53d1cc610
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      src/main/java/com/yunzhi/marketing/entity/TaPolicy.java

+ 9
- 0
src/main/java/com/yunzhi/marketing/entity/TaPolicy.java View File

@@ -106,4 +106,13 @@ public class TaPolicy implements Serializable {
106 106
      */
107 107
     private Integer pvNum;
108 108
 
109
+    /**
110
+     * 是否热点
111
+     */
112
+    private Integer isHot;
113
+
114
+    /**
115
+     * 副标题
116
+     */
117
+    private String subtitle;
109 118
 }