|
@ -32,6 +32,8 @@ public class WlyyDoctorWorkTimeDO extends UuidIdentityEntity {
|
|
|
private Integer timeInterval;//号源间隔
|
|
|
private Integer sourceNumber;//号源数目
|
|
|
private Date createTime;//创建时间',
|
|
|
private String createUser;//创建人
|
|
|
private Integer createUserType;//创建人类型1医院2医生
|
|
|
|
|
|
public String getDoctor() {
|
|
|
return doctor;
|
|
@ -173,4 +175,20 @@ public class WlyyDoctorWorkTimeDO extends UuidIdentityEntity {
|
|
|
public void setDate(String date) {
|
|
|
this.date = date;
|
|
|
}
|
|
|
|
|
|
public String getCreateUser() {
|
|
|
return createUser;
|
|
|
}
|
|
|
|
|
|
public void setCreateUser(String createUser) {
|
|
|
this.createUser = createUser;
|
|
|
}
|
|
|
|
|
|
public Integer getCreateUserType() {
|
|
|
return createUserType;
|
|
|
}
|
|
|
|
|
|
public void setCreateUserType(Integer createUserType) {
|
|
|
this.createUserType = createUserType;
|
|
|
}
|
|
|
}
|