liusheng
2025-09-05 068519d38ca60263d939ef8fc0522cce07212b93
ruoyi-project/src/main/java/com/ruoyi/project/domain/vo/RelativeConfirmationVO.java
@@ -42,6 +42,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 String donorno;
    private String treatmenthospitalno;
    private String treatmenthospitalname;
@@ -104,4 +107,7 @@
    private String city;
    private String operatorno;
    private String operatorname;
    private String work;
    private Integer workflow;
    private Integer terminationCase;
}