liusheng
2025-09-18 0293e06edd011d6921ec2cc08392042f5765dfb8
ruoyi-project/src/main/java/com/ruoyi/project/domain/vo/MedicalEvaluationVO.java
@@ -12,7 +12,11 @@
    private String name;
    private String sex;
    private String idcardno;
    private Date Birthday;
    private Long age;
    private String ageunit;
    private Long age2;
    private String ageunit2;
    private String registeraddress;
    private String registerprovince;
    private String registerprovinceName;
@@ -33,6 +37,9 @@
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date reporttime;
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date donatetime;
    private Long meid;
    private Long infoid;
    private String hospitalassesscontent;