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

+ 5
- 0
src/main/java/com/yunzhi/marketing/xlk/entity/SearchHouse.java View File

@@ -98,4 +98,9 @@ public class SearchHouse implements Serializable {
98 98
      */
99 99
     private String remark;
100 100
 
101
+    /**
102
+     * 问卷json字符串
103
+     */
104
+    private String questionnaire;
105
+
101 106
 }