zjh
2024-12-06 c42f62b32bac302a7ac9fcde7489f7c5fc6e11aa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package com.ltkj.hosp.sqlDomain;
 
import lombok.Data;
 
/**
 * @Company: 西安路泰科技有限公司
 * @Author: lige
 * @Date: 2023/12/11 16:37
 */
@Data
public class LtkjExamJcsqd {
    private String tjh;
    private String tmh;
    private String jclx;
    private String jczlx;
    private String bgys;
    private String bgysid;
    private String sqsj;
    private String jcxmmc;
    private String jcxmid;
    private String bw;
    private String jgzt;
    private String jgbx;
    private String jgsj;
}