Browse Source

增加字段

魏超 5 years ago
parent
commit
3e01e5a272
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/main/java/com/huiju/estateagents/entity/TaRaiseRecord.java

+ 5
- 0
src/main/java/com/huiju/estateagents/entity/TaRaiseRecord.java View File

@@ -58,6 +58,11 @@ public class TaRaiseRecord implements Serializable {
58 58
      */
59 59
     private String personId;
60 60
 
61
+    /**
62
+     * 认筹人姓名
63
+     */
64
+    private String personName;
65
+
61 66
     /**
62 67
      * 房源数
63 68
      */