新增用户id:userId

master
MKing 2023-10-24 16:00:21 +08:00
parent 1b5443217c
commit 0f4a890b58
1 changed files with 0 additions and 30 deletions

View File

@ -19,11 +19,6 @@ public class RegistrationInformation {
*/
private Integer userId;
/**
* id
*/
private Integer userId;
/**
*
*/
@ -84,31 +79,6 @@ public class RegistrationInformation {
*/
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;
}
/**
* gettersetter
*/