|  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     //加减保申请数据 | 
 |  |  |     public MemberInsurance(ApplyChagneDetail applyChangeDetail, ApplyChange applyChange, Integer sysUserId,Integer applyDetailId){ | 
 |  |  |     public MemberInsurance(ApplyChagneDetail applyChangeDetail, ApplyChange applyChange, Integer sysUserId,Integer applyDetailId,Integer solutionId){ | 
 |  |  |         this.createDate = new Date(); | 
 |  |  |         this.creator = sysUserId; | 
 |  |  |         this.isdeleted = Constants.ZERO; | 
 |  |  | 
 |  |  |         this.duName = applyChangeDetail.getDuName(); | 
 |  |  | //        this.relationType = Constants.ONE; | 
 |  |  |         this.relationId = applyDetailId; | 
 |  |  |         this.solutionId=solutionId; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |  | 
 |  |  | 
 |  |  |     @ApiModelProperty(value = "工种编码(关联worktype)", example = "1") | 
 |  |  |     private Integer worktypeId; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "当前产生费用", example = "1") | 
 |  |  |     @ApiModelProperty(value = "当前已产生费用", example = "1") | 
 |  |  |     private BigDecimal currentFee; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "费用", example = "1") | 
 |  |  | 
 |  |  |     @TableField(exist = false) | 
 |  |  |     private Integer sn; | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "关联明细主键", example = "1") | 
 |  |  |     private Integer relationId; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "关联类型:0=投保申请;1=加减保/换厂", example = "1") | 
 |  |  |     private Integer relationType; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "员工名称", example = "1") | 
 |  |  |     @TableField(exist = false) | 
 |  |  |     private String memberName; |