| | |
| | | @TableField(exist = false) |
| | | private List<Multifile> reportFileList; |
| | | |
| | | @ApiModelProperty(value = "员工关系资料") |
| | | @TableField(exist = false) |
| | | private List<Multifile> relationFileList; |
| | | |
| | | @ApiModelProperty(value = "门诊资料") |
| | | @TableField(exist = false) |
| | | private List<Multifile> outpatientFileList; |
| | | |
| | | @ApiModelProperty(value = "住院资料") |
| | | @TableField(exist = false) |
| | | private List<Multifile> hospitalFileList; |
| | | |
| | | @ApiModelProperty(value = "伤残资料") |
| | | @TableField(exist = false) |
| | | private List<Multifile> disabilityFileList; |
| | | |
| | | @ApiModelProperty(value = "赔付结案资料") |
| | | @TableField(exist = false) |
| | | private List<Multifile> compensationFileList; |
| | | |
| | | @ApiModelProperty(value = "日志列表") |
| | | @TableField(exist = false) |
| | | List<SettleClaimsLog> settleClaimsLogList; |
| | | |
| | | |
| | | |
| | | } |