zjh
2024-07-09 d7d79867f7ccd9b4d13fe7b9e5f5850ebf794639
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ltkj.hosp.hisDto;
 
import lombok.Data;
 
@Data
public class TestregapplyDetailsMxDto {
 
    private String zhbm;
    private String xmbm;
    private String ckzxx;
    private String ckzsx;
    private String jybz;
}