1 changed files with 0 additions and 72 deletions
@ -1,72 +0,0 @@ |
|||||||
package demo.weihuijia.model; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author Administrator |
|
||||||
*/ |
|
||||||
public class RecordTable { |
|
||||||
|
|
||||||
/** |
|
||||||
* 卡号 |
|
||||||
*/ |
|
||||||
private String cardNo; |
|
||||||
|
|
||||||
/** |
|
||||||
* 金钱 |
|
||||||
*/ |
|
||||||
private Double money; |
|
||||||
|
|
||||||
/** |
|
||||||
* 存取钱 1存钱 2取钱 |
|
||||||
*/ |
|
||||||
private String serviceTy; |
|
||||||
|
|
||||||
/** |
|
||||||
* 金额 |
|
||||||
*/ |
|
||||||
private Double balance; |
|
||||||
|
|
||||||
/** |
|
||||||
* 流水号 |
|
||||||
*/ |
|
||||||
private String recordNo; |
|
||||||
|
|
||||||
public String getCardNo() { |
|
||||||
return cardNo; |
|
||||||
} |
|
||||||
|
|
||||||
public void setCardNo(String cardNo) { |
|
||||||
this.cardNo = cardNo; |
|
||||||
} |
|
||||||
|
|
||||||
public String getServiceTy() { |
|
||||||
return serviceTy; |
|
||||||
} |
|
||||||
|
|
||||||
public void setServiceTy(String serviceTy) { |
|
||||||
this.serviceTy = serviceTy; |
|
||||||
} |
|
||||||
|
|
||||||
public Double getMoney() { |
|
||||||
return money; |
|
||||||
} |
|
||||||
|
|
||||||
public void setMoney(Double money) { |
|
||||||
this.money = money; |
|
||||||
} |
|
||||||
|
|
||||||
public Double getBalance() { |
|
||||||
return balance; |
|
||||||
} |
|
||||||
|
|
||||||
public void setBalance(Double balance) { |
|
||||||
this.balance = balance; |
|
||||||
} |
|
||||||
|
|
||||||
public String getRecordNo() { |
|
||||||
return recordNo; |
|
||||||
} |
|
||||||
|
|
||||||
public void setRecordNo(String recordNo) { |
|
||||||
this.recordNo = recordNo; |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue