zjh
2024-06-07 a0385d39fd55aaf45f43e2e12e446b9c933efc1c
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;
}