zjh
2024-06-24 39c2e5287bbe928a7eaac94f7c0687e92a4f5b96
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;
}