| | |
| | | package com.ltkj.hosp.sqlDomain; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.fasterxml.jackson.databind.annotation.JsonSerialize; |
| | | import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @Data |
| | | public class LtkjExamJcbgd { |
| | | |
| | | @TableId(type = IdType.AUTO) |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long id; |
| | | private String tjh; |
| | | private String tmh; |
| | | private String xmdm; |
| | | private String xmmc; |
| | | private String bgImg; |
| | | private String bgUrl; |
| | | private String bgNr; |
| | | private String shysxm; |
| | | private String shysdm; |
| | | private String yxzd; |
| | | private String yxbx; |
| | | private String zdsj; |
| | | private String sqsj; |
| | | private String jcbw; |
| | | } |