傅行帆 3 years ago
parent
commit
40efc81d42
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

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