zjh
2024-05-28 c9ab52e29d8f399b90017dd3bec22106445f1491
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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;
}