|
@ -175,16 +175,6 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
*/
|
|
|
private String recordAmount;
|
|
|
|
|
|
/**
|
|
|
* 微信编号
|
|
|
*/
|
|
|
private String openid;
|
|
|
|
|
|
/**
|
|
|
* i健康微信编号
|
|
|
*/
|
|
|
private String ihealthOpenid;
|
|
|
|
|
|
/**
|
|
|
* i健康微信编号添加时间
|
|
|
*/
|
|
@ -458,15 +448,6 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.recordAmount = recordAmount;
|
|
|
}
|
|
|
|
|
|
@Column(name = "openid")
|
|
|
public String getOpenid() {
|
|
|
return openid;
|
|
|
}
|
|
|
|
|
|
public void setOpenid(String openid) {
|
|
|
this.openid = openid;
|
|
|
}
|
|
|
|
|
|
@Column(name = "patient_status")
|
|
|
public String getPatientStatus() {
|
|
|
return patientStatus;
|
|
@ -645,15 +626,6 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.loginDate = loginDate;
|
|
|
}
|
|
|
|
|
|
@Column(name = "ihealth_openid")
|
|
|
public String getIhealthOpenid() {
|
|
|
return ihealthOpenid;
|
|
|
}
|
|
|
|
|
|
public void setIhealthOpenid(String ihealthOpenid) {
|
|
|
this.ihealthOpenid = ihealthOpenid;
|
|
|
}
|
|
|
|
|
|
@Column(name = "ihealth_openid_time")
|
|
|
public Date getIhealthOpenidTime() {
|
|
|
return ihealthOpenidTime;
|