zjh
2024-07-11 201e9ae76d2c8d6219ceabbf4e1ebb36fc2e7a06
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;
}