|
@ -27,7 +27,7 @@ public class ConcernDO extends IdEntity {
|
|
|
private String mobile;//患者手机号
|
|
|
private Integer status;//状态 -1取消关注 1已关注
|
|
|
private String teamCode;//关注的团队code
|
|
|
private Integer concernSource;//关注方式: 1扫描二维码 2页面跳转
|
|
|
private Integer concernSource;//关注方式: 1扫描二维码 2页面跳转 3.咨询关注
|
|
|
private String concernDoctorCode;//关注的医生code
|
|
|
private String concernDoctorName;//关注的医生名称
|
|
|
private Date createTime;//创建时间
|