|
@ -3,6 +3,7 @@ package com.yihu.jw.entity.hospital.doctor;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import com.yihu.jw.entity.UuidIdentityEntity;
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
import javax.persistence.Entity;
|
|
|
import javax.persistence.Table;
|
|
|
import java.util.Date;
|
|
@ -99,7 +100,8 @@ public class WlyyPatientRegisterTimeDO extends UuidIdentityEntity {
|
|
|
public void setTimeType(String timeType) {
|
|
|
this.timeType = timeType;
|
|
|
}
|
|
|
|
|
|
|
|
|
@Column(name = "register_date")
|
|
|
public String getDate() {
|
|
|
return date;
|
|
|
}
|