医生排班日期的正确插入
This commit is contained in:
@@ -74,4 +74,8 @@ public class DoctorSchedule extends HisBaseEntity {
|
||||
|
||||
/** 医生ID - 不映射到数据库表字段,仅作传输使用 */
|
||||
private Long doctorId;
|
||||
|
||||
/** 排班日期 - 不映射到数据库表字段,仅作传输使用 */
|
||||
@TableField(exist = false)
|
||||
private String scheduledDate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user