zjh
2025-07-04 d12e3914e9e823a3038335a8f9e0b525343d965b
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;
}