| | |
| | | private String remark; |
| | | /*** 回访记录标识 **/ |
| | | private String id; |
| | | /***计划周期**/ |
| | | private Integer cycleDay; |
| | | |
| | | /**创建人*/ |
| | | private String createPersonName; |
| | |
| | | private Date returnVisitTime; |
| | | /**完成时间*/ |
| | | private Date doneTime; |
| | | /***计划周期**/ |
| | | private Integer cycleDay; |
| | | |
| | | /**用户生日*/ |
| | | private String birthDay; |
| | |
| | | this.satisfiedStatus = MapUtil.getInt(recordMap,"satisfiedStatus"); |
| | | this.situation = MapUtil.getString(recordMap,"situation"); |
| | | this.visitRemark = MapUtil.getString(recordMap,"visitRemark"); |
| | | this.cycleDay = MapUtil.getInt(recordMap,"cycleDay"); |
| | | } |
| | | |
| | | } |