新增用户id:userId
parent
1b5443217c
commit
0f4a890b58
|
@ -19,11 +19,6 @@ public class RegistrationInformation {
|
||||||
*/
|
*/
|
||||||
private Integer userId;
|
private Integer userId;
|
||||||
|
|
||||||
/**
|
|
||||||
* 用户表id
|
|
||||||
*/
|
|
||||||
private Integer userId;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 真实姓名
|
* 真实姓名
|
||||||
*/
|
*/
|
||||||
|
@ -84,31 +79,6 @@ public class RegistrationInformation {
|
||||||
*/
|
*/
|
||||||
private Integer registrationInformationMedicStatus;
|
private Integer registrationInformationMedicStatus;
|
||||||
|
|
||||||
public RegistrationInformation(Integer registrationInformationId, Integer userId, String realName, String affiliatedHospital, Integer medicalDepartmentId, Integer professionalTitleDoctorId, String personalResume, String areaExpertise, Date registrationTime, String numberPatientsServed, BigDecimal consultingPrice, Integer praise, Integer registrationInformationExamineStatus, Integer registrationInformationMedicStatus) {
|
|
||||||
this.registrationInformationId = registrationInformationId;
|
|
||||||
this.userId = userId;
|
|
||||||
this.realName = realName;
|
|
||||||
this.affiliatedHospital = affiliatedHospital;
|
|
||||||
this.medicalDepartmentId = medicalDepartmentId;
|
|
||||||
this.professionalTitleDoctorId = professionalTitleDoctorId;
|
|
||||||
this.personalResume = personalResume;
|
|
||||||
this.areaExpertise = areaExpertise;
|
|
||||||
this.registrationTime = registrationTime;
|
|
||||||
this.numberPatientsServed = numberPatientsServed;
|
|
||||||
this.consultingPrice = consultingPrice;
|
|
||||||
this.praise = praise;
|
|
||||||
this.registrationInformationExamineStatus = registrationInformationExamineStatus;
|
|
||||||
this.registrationInformationMedicStatus = registrationInformationMedicStatus;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Integer getUserId() {
|
|
||||||
return userId;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setUserId(Integer userId) {
|
|
||||||
this.userId = userId;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 构造函数、getter、setter。。
|
* 构造函数、getter、setter。。
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue