221,222,223,224,227,228,229,230,231
This commit is contained in:
@@ -72,6 +72,9 @@ public class DoctorSchedule extends HisBaseEntity {
|
||||
/** 关联科室id */
|
||||
private Long deptId;
|
||||
|
||||
/** 号别:0=普通,1=专家 */
|
||||
private Integer regType;
|
||||
|
||||
/** 医生ID - 不映射到数据库表字段,仅作传输使用 */
|
||||
private Long doctorId;
|
||||
|
||||
|
||||
@@ -61,6 +61,9 @@ public class DoctorScheduleWithDateDto {
|
||||
/** 关联科室ID */
|
||||
private Long deptId;
|
||||
|
||||
/** 号别:0=普通,1=专家 */
|
||||
private Integer regType;
|
||||
|
||||
/** 医生姓名 */
|
||||
private String doctorName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user