zhaowenxuan
2025-03-26 17539021d35748ec5eb3fef1f677f221a95a34a8
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;
}