| | |
| | | @ExcelColumn(name="承包公司") |
| | | private String companyName; |
| | | |
| | | @ApiModelProperty(value = "风险设置-延迟报案提醒时间") |
| | | @ExcelColumn(name="风险设置-延迟报案提醒时间") |
| | | private String riskDelayTime; |
| | | @ApiModelProperty(value = "风险设置-延迟报案提醒时间单位 0分钟 1小时 2天") |
| | | @ExcelColumn(name="风险设置-延迟报案提醒时间单位 0分钟 1小时 2天") |
| | | private String riskDelayUnit; |
| | | @ApiModelProperty(value = "风险设置-允许对新员工已投保未生效保险进行保障 0不允许 1允许") |
| | | @ExcelColumn(name="风险设置-允许对新员工已投保未生效保险进行保障 0不允许 1允许") |
| | | private String riskNewUserStatus; |
| | | @ApiModelProperty(value = "风险设置-允许新员工出险时间提前时间单位 0分钟 1小时 2天") |
| | | @ExcelColumn(name="风险设置-允许新员工出险时间提前时间单位 0分钟 1小时 2天") |
| | | private String riskNewUserUnit; |
| | | @ApiModelProperty(value = "风险设置-允许新员工出险时间提前时间") |
| | | @ExcelColumn(name="风险设置-允许新员工出险时间提前时间") |
| | | private String riskNewUserTime; |
| | | @ApiModelProperty(value = "批改提醒时间 HH:mm") |
| | | @ExcelColumn(name="批改提醒时间") |
| | | private String correctWarnTime; |
| | | |
| | | |
| | | |
| | | @ApiModelProperty(value = "保险公司名称", example = "1") |
| | | @TableField(exist = false) |
| | | private String insuranceName; |