zjh
2025-02-08 b5286f21559b057f4240ae1e903beaf1fa314a5d
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;
}