|
@@ -1,35 +0,0 @@
|
|
|
-package thyyxxk.webserver.entity.markmtfees;
|
|
|
-
|
|
|
-import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
-import lombok.Data;
|
|
|
-import org.springframework.format.annotation.DateTimeFormat;
|
|
|
-
|
|
|
-import java.util.Date;
|
|
|
-
|
|
|
-@Data
|
|
|
-public class MzPatient {
|
|
|
- //病人ID码 门诊号
|
|
|
- private String patientId;
|
|
|
- private String socialNo;
|
|
|
- private String name;
|
|
|
- private Date lvDate;
|
|
|
- private Integer sex;
|
|
|
- private String responseType;
|
|
|
- private String chargeType;
|
|
|
- private Integer times;
|
|
|
- private Integer age;
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
- private Date birthDay;
|
|
|
- private String ybFlag;
|
|
|
- private String responseName;
|
|
|
- private String address;
|
|
|
- private String phoneNo;
|
|
|
- //联系人
|
|
|
- private String relName;
|
|
|
- //借用为紧急联系人电话
|
|
|
- private String contractName;
|
|
|
- //借用为紧急联系人身份证号码
|
|
|
- private String contractHz;
|
|
|
- private String certificateType;
|
|
|
-}
|