zjh
2024-09-27 9dedb6fab4c8bf0f17f453d43c2d259f2dbe1b89
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;
}