zjh
2024-06-13 1502f0836f5d2703881e00c500b66a86ed84c989
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;
}