sinake
3 天以前 4c141764d64c37c4c27e372cd55d9e861b192c28
ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceDonatebaseinfoReport.java
@@ -13,6 +13,7 @@
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.format.annotation.DateTimeFormat;
/**
 * 捐献上报基础对象 service_donatebaseinfo_report
@@ -425,5 +426,10 @@
    @Excel(name = "确认时间", readConverterExp = "确认时间")
    private Date confirmTime;
    @ApiModelProperty("入院时间")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date  entryTime;
}