zjh
2025-03-17 1917e1b69a8480654c086df54e32b0be94a88e7d
1
2
3
4
5
6
7
8
9
10
11
package com.ltkj.hosp.lisDto;
 
 
import lombok.Data;
 
@Data
public class LisSaveSqdxxJyxmlistDto {
    private String xh;
    private String jyxm;
    private String xmmc;
}