zjh
2024-05-30 1bbfc22504bb180aa381ba6c2f7451b8e386cca2
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
package com.ltkj.hosp.hisDto;
 
 
import lombok.Data;
 
@Data
public class OutpinmedicapplyDetilsDto {
 
    private String ypbm;
    private String pcbm;
    private Integer zh;
    private Integer dcjl;
    private String jldw;
    private String tjbm;
    private String ps;
    private String psbm;
    private Integer sl;
    private Integer yyts;
    private Integer pj;
    private Integer jj;
    private Integer dj;
    private String xtph;
    private String scph;
    private String ypxq;
    private String cdbm;
    private String kfdw;
    private String yfdw;
    private String yysm;
    private Integer fzbl;
}