| | |
| | | public Double remainMoney ; //剩余金额 |
| | | |
| | | public void valueFrom(DataCd84Vo vo84, DataCd83OpenVo vo83Op, DataCd83CloseVo vo83Cl){ |
| | | if(this.isAll0(this.icCardAddr)){ |
| | | this.isVirIcCard = true ; |
| | | }else{ |
| | | this.isVirIcCard = false ; |
| | | } |
| | | if(vo84 != null){ |
| | | if(this.isAll0(vo84.cardAddr)){ |
| | | this.isVirIcCard = true ; |
| | | }else{ |
| | | this.isVirIcCard = false ; |
| | | } |
| | | this.icCardAddr = vo84.cardAddr ; |
| | | this.icCardNo = vo84.cardNo ; |
| | | this.remainMoney = vo84.remainMoney ; |
| | | }else if(vo83Op != null){ |
| | | if(this.isAll0(vo83Op.icCardAddr)){ |
| | | this.isVirIcCard = true ; |
| | | }else{ |
| | | this.isVirIcCard = false ; |
| | | } |
| | | this.icCardAddr = vo83Op.icCardAddr ; |
| | | this.icCardNo = vo83Op.icCardNo ; |
| | | this.remainMoney = vo83Op.remainMoney ; |
| | | }else if(vo83Cl != null){ |
| | | if(this.isAll0(vo83Cl.icCardAddr)){ |
| | | this.isVirIcCard = true ; |
| | | }else{ |
| | | this.isVirIcCard = false ; |
| | | } |
| | | this.icCardAddr = vo83Cl.icCardAddr ; |
| | | this.icCardNo = vo83Cl.icCardNo ; |
| | | this.remainMoney = vo83Cl.remainMoney ; |