| | |
| | | @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; |
| | | |