|
@ -54,7 +54,6 @@ public class BaseDoctorHospitalDO extends IntegerIdentityEntity {
|
|
|
/**
|
|
|
* 所在院部机构分部号,每个机构都不一样,例如中山医院:6总部7金榜8夏禾,眼科(0思北1五缘湾)
|
|
|
*/
|
|
|
@Transient
|
|
|
private String winNo;
|
|
|
|
|
|
/**
|
|
@ -137,6 +136,7 @@ public class BaseDoctorHospitalDO extends IntegerIdentityEntity {
|
|
|
this.doctorDutyName = doctorDutyName;
|
|
|
}
|
|
|
|
|
|
@Transient
|
|
|
public String getWinNo() {
|
|
|
return winNo;
|
|
|
}
|