zjh
2024-06-26 bfc3891452195aeadef5eccd5a0b390ba7f89be1
1
2
3
4
5
6
7
8
9
10
package com.ltkj.hosp.hisDto;
 
import lombok.Data;
 
@Data
public class OutpintestapplyDetailsDto {
    private String mxfyxmbm;
    private String sfzhfy;
    private Integer sl;
}