| | |
| | | /** |
| | | * 年龄 |
| | | */ |
| | | @TableField(exist = false) |
| | | @ApiModelProperty("年龄") |
| | | private Long age; |
| | | |
| | | /** |
| | | * 年龄单位 |
| | | */ |
| | | @TableField(exist = false) |
| | | @ApiModelProperty("年龄单位") |
| | | private String ageunit; |
| | | /** |
| | | * 年龄 |
| | | */ |
| | | @TableField(exist = false) |
| | | @ApiModelProperty("年龄") |
| | | private Long age2; |
| | | |
| | | /** |
| | | * 年 |
| | | * 龄单位 |
| | | */ |
| | | @TableField(exist = false) |
| | | @ApiModelProperty("年龄单位") |
| | | private String ageunit2; |
| | | |
| | | /** |
| | | * 出生日期 |
| | |
| | | @ApiModelProperty("案例序号") |
| | | private String donateno; |
| | | |
| | | @ApiModelProperty("当前医疗机构") |
| | | private String currentMedicalInstitution; |
| | | |
| | | } |
| | | @ApiModelProperty("首次医疗机构") |
| | | private String firstMedicalInstitution; |
| | | |
| | | @ApiModelProperty("当前医疗机构科室") |
| | | private String currentDept; |
| | | |
| | | @ApiModelProperty("首次医疗机构科室") |
| | | private String firstDept; |
| | | |
| | | |
| | | } |