| | |
| | | package com.hz.phis.vo.returnVisitRecord; |
| | | |
| | | import com.gitee.sunchenbin.mybatis.actable.annotation.Column; |
| | | import com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant; |
| | | import lombok.Data; |
| | | |
| | | import java.util.Date; |
| | |
| | | private String returnVisitMethod; |
| | | /*** 回访结果**/ |
| | | private Integer visitResultStatus; |
| | | /*** 快速回访时传值(已回访)回访状态 0未回访 1已回访 **/ |
| | | private Integer returnVisitStatus; |
| | | /*** 快速回访时传值 回访情况(员工回访时候填写)**/ |
| | | private String situation; |
| | | /*** 快速回访时传值 -回访备注 **/ |
| | | private String visitRemark; |
| | | /*** 快速回访时传值 - 回访时间**/ |
| | | private Date returnVisitTime; |
| | | /*** 快速回访时传值 - 实际回访时间**/ |
| | | private Date doneTime; |
| | | /*** 快速回访时传值 - 完成状态 0未完成 1已完成 2已取消**/ |
| | | private Integer doneStatus; |
| | | /*** 是否满意**/ |
| | | private Integer satisfiedStatus; |
| | | /*** 门店**/ |
| | | private String shopId; |
| | | /*** 员工id **/ |