| | |
| | | @ApiModelProperty("有效天数") |
| | | private Integer yxts; |
| | | |
| | | /** |
| | | * 接害工龄年 |
| | | */ |
| | | @ExcelImport("接害工龄年") |
| | | @ApiModelProperty("接害工龄年") |
| | | private String zhiyeJhgln; |
| | | |
| | | /** |
| | | * 接害工龄月 |
| | | */ |
| | | @ExcelImport("接害工龄月") |
| | | @ApiModelProperty("接害工龄月") |
| | | private String zhiyeJhgly; |
| | | |
| | | /** |
| | | * 开始接害日期 |
| | | */ |
| | | @ExcelImport("开始接害日期") |
| | | @ApiModelProperty("开始接害日期") |
| | | private String zhiyeKsjhrq; |
| | | |
| | | /** |
| | | * 工号 |
| | | */ |
| | | @ExcelImport("工号") |
| | | @ApiModelProperty("工号") |
| | | private String zhiyeGh; |
| | | |
| | | /** |
| | | * 车间 |
| | | */ |
| | | @ApiModelProperty("车间") |
| | | private String zhiyeCj; |
| | | |
| | | /** |
| | | * 职业结论 |
| | | */ |
| | | @ApiModelProperty("职业结论") |
| | | private String zhiyeJl; |
| | | |
| | | /** |
| | | * 职业结果 |
| | | */ |
| | | @ApiModelProperty("职业结果") |
| | | private String zhiyeJg; |
| | | |
| | | @ExcelImport("工种") |
| | | @ApiModelProperty("工种") |
| | | private String zhiyeGz; |
| | | |
| | | @ExcelImport("总工龄年") |
| | | @ApiModelProperty("总工龄年") |
| | | private String zhiyeZgln; |
| | | |
| | | @ExcelImport("总工龄月") |
| | | @ApiModelProperty("总工龄月") |
| | | private String zhiyeZgly; |
| | | |
| | | @ExcelImport("接害因素") |
| | | @ApiModelProperty("接害因素") |
| | | private String zhiyeJhys; |
| | | |
| | | @ExcelImport("入职时间") |
| | | @ApiModelProperty("入职时间") |
| | | private String zhiyeRzsj; |
| | | |
| | | @ExcelImport("所处单位") |
| | | @ApiModelProperty("所处单位") |
| | | private String zhiyeScdw; |
| | | |
| | | @ExcelImport("职业史开始日期") |
| | | @ApiModelProperty("职业史开始日期") |
| | | private String zhiyeZysksrq; |
| | | |
| | | @ExcelImport("职业史结束日期") |
| | | @ApiModelProperty("职业史结束日期") |
| | | private String zhiyeZysjsrq; |
| | | |
| | | @ExcelImport("职业史所在单位") |
| | | @ApiModelProperty("职业史所在单位") |
| | | private String zhiyeZysszdw; |
| | | |
| | | |
| | | |
| | | @Override |