| | |
| | | |
| | | |
| | | //加减保申请数据 |
| | | 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; |
| | | } |
| | | |
| | | |