|
@ -304,6 +304,7 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.medicalState = medicalState;
|
|
|
}
|
|
|
|
|
|
@Column(name = "card_type")
|
|
|
public String getCardType() {
|
|
|
return cardType;
|
|
|
}
|
|
@ -312,6 +313,7 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.cardType = cardType;
|
|
|
}
|
|
|
|
|
|
@Column(name = "openid_time")
|
|
|
public Date getOpenidTime() {
|
|
|
return openidTime;
|
|
|
}
|
|
@ -596,15 +598,16 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.del = del;
|
|
|
}
|
|
|
|
|
|
@Column(name = "remark")
|
|
|
public String getRemark() {
|
|
|
return remark;
|
|
|
}
|
|
|
|
|
|
@Column(name = "remark")
|
|
|
public void setRemark(String remark) {
|
|
|
this.remark = remark;
|
|
|
}
|
|
|
|
|
|
@Column(name = "live_province_code")
|
|
|
public String getLiveProvinceCode() {
|
|
|
return liveProvinceCode;
|
|
|
}
|
|
@ -613,6 +616,7 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.liveProvinceCode = liveProvinceCode;
|
|
|
}
|
|
|
|
|
|
@Column(name = "live_province_name")
|
|
|
public String getLiveProvinceName() {
|
|
|
return liveProvinceName;
|
|
|
}
|
|
@ -621,6 +625,7 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.liveProvinceName = liveProvinceName;
|
|
|
}
|
|
|
|
|
|
@Column(name = "live_city_code")
|
|
|
public String getLiveCityCode() {
|
|
|
return liveCityCode;
|
|
|
}
|
|
@ -629,6 +634,7 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.liveCityCode = liveCityCode;
|
|
|
}
|
|
|
|
|
|
@Column(name = "live_city_name")
|
|
|
public String getLiveCityName() {
|
|
|
return liveCityName;
|
|
|
}
|
|
@ -637,6 +643,7 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.liveCityName = liveCityName;
|
|
|
}
|
|
|
|
|
|
@Column(name = "live_town_code")
|
|
|
public String getLiveTownCode() {
|
|
|
return liveTownCode;
|
|
|
}
|
|
@ -645,6 +652,7 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.liveTownCode = liveTownCode;
|
|
|
}
|
|
|
|
|
|
@Column(name = "live_town_name")
|
|
|
public String getLiveTownName() {
|
|
|
return liveTownName;
|
|
|
}
|
|
@ -671,6 +679,7 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.liveStreetName = liveStreetName;
|
|
|
}
|
|
|
|
|
|
@Column(name = "locked")
|
|
|
public Integer getLocked() {
|
|
|
return locked;
|
|
|
}
|
|
@ -679,6 +688,7 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.locked = locked;
|
|
|
}
|
|
|
|
|
|
@Column(name = "enabled")
|
|
|
public Integer getEnabled() {
|
|
|
return enabled;
|
|
|
}
|
|
@ -687,6 +697,7 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.enabled = enabled;
|
|
|
}
|
|
|
|
|
|
@Column(name = "login_failure_count")
|
|
|
public Integer getLoginFailureCount() {
|
|
|
return loginFailureCount;
|
|
|
}
|
|
@ -695,6 +706,7 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.loginFailureCount = loginFailureCount;
|
|
|
}
|
|
|
|
|
|
@Column(name = "locked_date")
|
|
|
public Date getLockedDate() {
|
|
|
return lockedDate;
|
|
|
}
|
|
@ -703,6 +715,7 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.lockedDate = lockedDate;
|
|
|
}
|
|
|
|
|
|
@Column(name = "login_date")
|
|
|
public Date getLoginDate() {
|
|
|
return loginDate;
|
|
|
}
|
|
@ -720,6 +733,7 @@ public class BasePatientDO extends UuidIdentityEntityWithOperator {
|
|
|
this.userId = userId;
|
|
|
}
|
|
|
|
|
|
@Column(name = "phone")
|
|
|
public String getPhone() {
|
|
|
return phone;
|
|
|
}
|