| | |
| | | @ApiModelProperty(value = "最高年龄", example = "1") |
| | | @ExcelColumn(name="最高年龄") |
| | | private Integer maxAge; |
| | | @ApiModelProperty(value = "关联父级方案编码(关联solutions_base)", example = "1") |
| | | @ExcelColumn(name="关联父级方案编码(关联solutions_base)") |
| | | private Integer parentId; |
| | | @ApiModelProperty(value = "是否有派遣单位 0有 1无", example = "1") |
| | | @ExcelColumn(name="是否有派遣单位 0有 1无") |
| | | private Integer hasDispatchUnit; |
| | | |
| | | @ApiModelProperty(value = "保险费用(人) -- 保险费用(人/天)", example = "1") |
| | | @ExcelColumn(name="保险费用(人/天)") |
| | |
| | | @ApiModelProperty(value = " 周期单位 0天 2月 3季度 4半年 5年 -- 保险时间单位0天 1半月 2月 3年", example = "1") |
| | | @ExcelColumn(name="保险时间单位0天 1半月 2月 3年") |
| | | private Integer timeUnit; |
| | | @ApiModelProperty(value = "委托方案签章方式 0企业签署商户上传投保单 1企业签投保申请 2企业无需签章", example = "1") |
| | | @ExcelColumn(name="委托方案签章方式 0企业签署商户上传投保单 1企业签投保申请 2企业无需签章") |
| | | private Integer signType; |
| | | @ApiModelProperty(value = "是否需要复审 0不需要 1需要", example = "1") |
| | | @ExcelColumn(name="是否需要复审 0不需要 1需要") |
| | | private Integer retrial; |
| | | |
| | | @ApiModelProperty(value = "投保周期") |
| | | @ExcelColumn(name="投保周期") |