| | |
| | | @ExcelColumn(name="最高年龄") |
| | | private Integer maxAge; |
| | | |
| | | @ApiModelProperty(value = "保险费用(人/天)", example = "1") |
| | | @ApiModelProperty(value = "保险费用(人) -- 保险费用(人/天)", example = "1") |
| | | @ExcelColumn(name="保险费用(人/天)") |
| | | private BigDecimal price; |
| | | |
| | | @ApiModelProperty(value = "保险时间单位0天 1半月 2月 3年", example = "1") |
| | | @ApiModelProperty(value = " 周期单位 0天 2月 3季度 4半年 5年 -- 保险时间单位0天 1半月 2月 3年", example = "1") |
| | | @ExcelColumn(name="保险时间单位0天 1半月 2月 3年") |
| | | private Integer timeUnit; |
| | | |
| | |
| | | @ExcelColumn(name="投保周期") |
| | | private Integer insureCycle; |
| | | |
| | | @ApiModelProperty(value = "最小投保周期时间单位0天 1半月 2月 3年", example = "1") |
| | | @ApiModelProperty(value = "批改计费单位 0天 1半月 2月 3季度 4半年 5年 -- 最小投保周期时间单位0天 1半月 2月 3年", example = "1") |
| | | @ExcelColumn(name="最小投保周期时间单位0天 1半月 2月 3年") |
| | | private Integer insureCycleUnit; |
| | | |
| | | @ApiModelProperty(value = "是否可加保 0否 1是", example = "1") |
| | | @ExcelColumn(name="是否可加保 0否 1是") |
| | | private Integer canAdd; |
| | | |
| | | @ApiModelProperty(value = "是否可减保 0否 1是", example = "1") |
| | | @ExcelColumn(name="是否可减保 0否 1是") |
| | | private Integer canReduce; |
| | | @ApiModelProperty(value = "批减是否仅支持替换 0否 1是", example = "1") |
| | | @ExcelColumn(name="批减是否仅支持替换 0否 1是") |
| | | private Integer delOnlyReplace; |
| | | @ApiModelProperty(value = "是否可派遣单位 0否 1是", example = "1") |
| | | @ExcelColumn(name="是否可更换派遣单位 0否 1是") |
| | | private Integer canChangeUnit; |
| | | |
| | | @ApiModelProperty(value = "最小计费周期时间单位 0天 1半月 2月 3年", example = "1") |
| | | @ExcelColumn(name="最小计费周期时间单位 0天 1半月 2月 3年") |
| | | private Integer priceCycleUnit; |
| | | @ApiModelProperty(value = "批增生效天数", example = "1") |
| | | @ExcelColumn(name="批增生效天数") |
| | | private Integer addValidDays; |
| | | @ApiModelProperty(value = "批减生效天数", example = "1") |
| | | @ExcelColumn(name="批减生效天数") |
| | | private Integer delValidDays; |
| | | |
| | | @ApiModelProperty(value = "是否单独指派工种 0否 1四", example = "1") |
| | | @ExcelColumn(name="是否单独指派工种 0否 1四") |
| | |
| | | @ApiModelProperty(value = "委托商户名称", example = "1") |
| | | @TableField(exist = false) |
| | | private String shopName; |
| | | @ApiModelProperty(value = "方案确认书对象", example = "1") |
| | | @TableField(exist = false) |
| | | private Multifile fanganFile; |
| | | |
| | | } |