zjh
2024-12-13 bf81174e8446b6057fe6fcfd3a752cd983e6f8eb
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;
}