Browse Source

Merge branch 'develop' of http://git.ycjcjy.com/marketing/services into develop

Your Name 3 years ago
parent
commit
d89c8697d6
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
 }