| | |
| | | @ApiModelProperty("捐献家属人数") |
| | | private Integer donorrelatives; |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "ServiceReimbursementShared{" + |
| | | "id=" + id + |
| | | ", userno='" + userno + '\'' + |
| | | ", username='" + username + '\'' + |
| | | ", travelers='" + travelers + '\'' + |
| | | ", idcardtype='" + idcardtype + '\'' + |
| | | ", idcardno='" + idcardno + '\'' + |
| | | ", phone='" + phone + '\'' + |
| | | ", depositbank='" + depositbank + '\'' + |
| | | ", bankcardno='" + bankcardno + '\'' + |
| | | ", branchbankname='" + branchbankname + '\'' + |
| | | ", annexbankcard='" + annexbankcard + '\'' + |
| | | ", annexfiles='" + annexfiles + '\'' + |
| | | ", amountrequested=" + amountrequested + |
| | | ", prepaidamount=" + prepaidamount + |
| | | ", invoicecount=" + invoicecount + |
| | | ", attachcount=" + attachcount + |
| | | ", managerno='" + managerno + '\'' + |
| | | ", managername='" + managername + '\'' + |
| | | ", deptmentno='" + deptmentno + '\'' + |
| | | ", deptmentname='" + deptmentname + '\'' + |
| | | ", opochecker='" + opochecker + '\'' + |
| | | ", finvicepresident='" + finvicepresident + '\'' + |
| | | ", busvicepresident='" + busvicepresident + '\'' + |
| | | ", officedirector='" + officedirector + '\'' + |
| | | ", financedirector='" + financedirector + '\'' + |
| | | ", financechecher='" + financechecher + '\'' + |
| | | ", infoid=" + infoid + |
| | | ", donorno='" + donorno + '\'' + |
| | | ", donorname='" + donorname + '\'' + |
| | | ", reason='" + reason + '\'' + |
| | | ", recordstatus=" + recordstatus + |
| | | ", uploadflag='" + uploadflag + '\'' + |
| | | ", uploadtime=" + uploadtime + |
| | | ", totalamount=" + totalamount + |
| | | ", bigstrmoney='" + bigstrmoney + '\'' + |
| | | ", flowlevel=" + flowlevel + |
| | | ", costtype='" + costtype + '\'' + |
| | | ", costtypename='" + costtypename + '\'' + |
| | | ", oaid='" + oaid + '\'' + |
| | | ", oabdzt='" + oabdzt + '\'' + |
| | | ", fileurl='" + fileurl + '\'' + |
| | | ", filename='" + filename + '\'' + |
| | | ", fileid='" + fileid + '\'' + |
| | | ", reimid=" + reimid + |
| | | ", delFlag=" + delFlag + |
| | | ", donorbank='" + donorbank + '\'' + |
| | | ", donorbankcard='" + donorbankcard + '\'' + |
| | | ", donorremark='" + donorremark + '\'' + |
| | | ", donoramount=" + donoramount + |
| | | ", donorrelatives=" + donorrelatives + |
| | | '}'; |
| | | } |
| | | } |
| | | |