fix: Bug#362 添加入科时间字段并修正显示
This commit is contained in:
@@ -50,6 +50,10 @@ public class NursingPageDto {
|
||||
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date admissionDate;
|
||||
|
||||
/** 入科日期 */
|
||||
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date wardAdmissionDate;
|
||||
|
||||
/** 科室ID */
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long orgId;
|
||||
|
||||
@@ -229,6 +229,12 @@ public class PatientHomeDto {
|
||||
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date admissionDate;
|
||||
|
||||
/**
|
||||
* 入科日期
|
||||
*/
|
||||
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date wardAdmissionDate;
|
||||
|
||||
/**
|
||||
* 出院日期
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user