|
|
|
@ -206,3 +206,137 @@ public class YishengModel implements Serializable {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 设置职位类型
|
|
|
|
|
* @param zhiweiTypes 职位类型编码
|
|
|
|
|
*/
|
|
|
|
|
public void setZhiweiTypes(Integer zhiweiTypes) {
|
|
|
|
|
this.zhiweiTypes = zhiweiTypes;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 获取职称
|
|
|
|
|
* @return 职称
|
|
|
|
|
*/
|
|
|
|
|
public String getYishengZhichneg() {
|
|
|
|
|
return yishengZhichneg;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 设置职称
|
|
|
|
|
* @param yishengZhichneg 职称
|
|
|
|
|
*/
|
|
|
|
|
public void setYishengZhichneg(String yishengZhichneg) {
|
|
|
|
|
this.yishengZhichneg = yishengZhichneg;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 获取医生头像路径
|
|
|
|
|
* @return 头像路径
|
|
|
|
|
*/
|
|
|
|
|
public String getYishengPhoto() {
|
|
|
|
|
return yishengPhoto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 设置医生头像路径
|
|
|
|
|
* @param yishengPhoto 头像路径
|
|
|
|
|
*/
|
|
|
|
|
public void setYishengPhoto(String yishengPhoto) {
|
|
|
|
|
this.yishengPhoto = yishengPhoto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 获取联系方式
|
|
|
|
|
* @return 联系方式
|
|
|
|
|
*/
|
|
|
|
|
public String getYishengPhone() {
|
|
|
|
|
return yishengPhone;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 设置联系方式
|
|
|
|
|
* @param yishengPhone 联系方式
|
|
|
|
|
*/
|
|
|
|
|
public void setYishengPhone(String yishengPhone) {
|
|
|
|
|
this.yishengPhone = yishengPhone;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 获取挂号须知
|
|
|
|
|
* @return 挂号须知内容
|
|
|
|
|
*/
|
|
|
|
|
public String getYishengGuahao() {
|
|
|
|
|
return yishengGuahao;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 设置挂号须知
|
|
|
|
|
* @param yishengGuahao 挂号须知内容
|
|
|
|
|
*/
|
|
|
|
|
public void setYishengGuahao(String yishengGuahao) {
|
|
|
|
|
this.yishengGuahao = yishengGuahao;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 获取邮箱
|
|
|
|
|
* @return 邮箱地址
|
|
|
|
|
*/
|
|
|
|
|
public String getYishengEmail() {
|
|
|
|
|
return yishengEmail;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 设置邮箱
|
|
|
|
|
* @param yishengEmail 邮箱地址
|
|
|
|
|
*/
|
|
|
|
|
public void setYishengEmail(String yishengEmail) {
|
|
|
|
|
this.yishengEmail = yishengEmail;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 获取挂号价格
|
|
|
|
|
* @return 挂号价格
|
|
|
|
|
*/
|
|
|
|
|
public Double getYishengNewMoney() {
|
|
|
|
|
return yishengNewMoney;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 设置挂号价格
|
|
|
|
|
* @param yishengNewMoney 挂号价格
|
|
|
|
|
*/
|
|
|
|
|
public void setYishengNewMoney(Double yishengNewMoney) {
|
|
|
|
|
this.yishengNewMoney = yishengNewMoney;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 获取履历介绍
|
|
|
|
|
* @return 履历介绍内容
|
|
|
|
|
*/
|
|
|
|
|
public String getYishengContent() {
|
|
|
|
|
return yishengContent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 设置履历介绍
|
|
|
|
|
* @param yishengContent 履历介绍内容
|
|
|
|
|
*/
|
|
|
|
|
public void setYishengContent(String yishengContent) {
|
|
|
|
|
this.yishengContent = yishengContent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 获取创建时间
|
|
|
|
|
* @return 创建时间
|
|
|
|
|
*/
|
|
|
|
|
public Date getCreateTime() {
|
|
|
|
|
return createTime;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 设置创建时间
|
|
|
|
|
* @param createTime 创建时间
|
|
|
|
|
*/
|
|
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
|
|
this.createTime = createTime;
|
|
|
|
|
}
|
|
|
|
|
}
|