sinake
21 小时以前 f16ee221c1384160c96a5907791d07e4f6126c4c
ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceDonatebaseinfoReport.java
@@ -323,7 +323,7 @@
    private Integer terminationCase;
    /**
     * 联系人(协调员姓名)
     * 部门编号
     */
    @ApiModelProperty("部门编号")
    @Excel(name = "部门编号", readConverterExp = "部门编号")
@@ -403,5 +403,27 @@
    @Excel(name = "协调员姓名", readConverterExp = "协调员姓名")
    private String coordinatorName;
    /**
     * 上报的医院(患者需要转运到的那家医院)
     */
    @ApiModelProperty("上报的医院")
    @Excel(name = "上报的医院", readConverterExp = "上报的医院")
    private String toHospital;
    /**
     * 确认意见(接收,放弃-需要说明原因)
     */
    @ApiModelProperty("确认意见(接收,放弃-需要说明原因)")
    @Excel(name = "确认意见(接收,放弃-需要说明原因)", readConverterExp = "确认意见(接收,放弃-需要说明原因)")
    private String confirmResult;
    /**
     * 确认时间
     */
    @ApiModelProperty("确认时间")
    @Excel(name = "确认时间", readConverterExp = "确认时间")
    private Date confirmTime;
}