package com.ltkj.hosp.hisDto; import com.fasterxml.jackson.annotation.JsonFormat; import lombok.Data; import java.util.Date; @Data public class OutpinimpapplyDto { private String hisRegistrationId; private Integer mzzdid; private String sqysbm; private String mzksbm; @JsonFormat(pattern = "yyyy-mm-dd hh:mm:ss") private Date fbrq; @JsonFormat(pattern = "yyyy-mm-dd hh:mm:ss") private Date zdrq; private String czybm; private String czyksbm; private String zs; private String bs; private String clyz; private String jws; private String tgjc; private String gms; private String jbbm; private String jbbm1; private String jbbm2; private Integer tw; private Integer mb; private String hx; private String bp; private String fzbz; private String hzqx; private String sfqc; private String qchs; private String sfqj; @JsonFormat(pattern = "yyyy-mm-dd hh:mm:ss") private Date ckrq; }