|  |  | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "方案编码(关联solutions)", example = "1") | 
 |  |  |     private Integer solutionId; | 
 |  |  |     @ApiModelProperty(value = "企业编码 ", example = "1") | 
 |  |  |     private Integer companyId; | 
 |  |  |     @ApiModelProperty(value = "基表方案编码 ", example = "1") | 
 |  |  |     private Integer baseSolutionId; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "实际保险生效止期开始") | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd") | 
 |  |  |     private Date endTimeS; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "实际保险生效止期结束") | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd") | 
 |  |  |     private Date endTimeE; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "实际保险生效起期开始") | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd") | 
 |  |  |     private Date startTimeS; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "实际保险生效起期结束") | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd") | 
 |  |  |     private Date startTimeE; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "单号") | 
 |  |  |     private String code; | 
 |  |  |  | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd HH:mm") | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd") | 
 |  |  |     @ApiModelProperty(value = "提交日期开始") | 
 |  |  |     private Date createTimeS; | 
 |  |  |  | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd HH:mm") | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd") | 
 |  |  |     @ApiModelProperty(value = "提交日期结束") | 
 |  |  |     private Date createTimeE; | 
 |  |  |  |