From 835ac4c14a2ae8d17578e2b7bbbaa54d5a12f40a Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期一, 15 一月 2024 17:01:45 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoSe/SeWalletRechargeHistory.java | 64 -------------------------------- 1 files changed, 0 insertions(+), 64 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoSe/SeWalletRechargeHistory.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoSe/SeWalletRechargeHistory.java index 668c31a..9a14c01 100644 --- a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoSe/SeWalletRechargeHistory.java +++ b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoSe/SeWalletRechargeHistory.java @@ -51,68 +51,4 @@ * 澶囨敞淇℃伅 */ private String remarks; - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public Long getWalletid() { - return walletid; - } - - public void setWalletid(Long walletid) { - this.walletid = walletid; - } - - public Long getClientid() { - return clientid; - } - - public void setClientid(Long clientid) { - this.clientid = clientid; - } - - public Double getMoney() { - return money; - } - - public void setMoney(Double money) { - this.money = money; - } - - public Double getAmount() { - return amount; - } - - public void setAmount(Double amount) { - this.amount = amount; - } - - public Double getAfterrecharge() { - return afterrecharge; - } - - public void setAfterrecharge(Double afterrecharge) { - this.afterrecharge = afterrecharge; - } - - public Date getRechargedt() { - return rechargedt; - } - - public void setRechargedt(Date rechargedt) { - this.rechargedt = rechargedt; - } - - public String getRemarks() { - return remarks; - } - - public void setRemarks(String remarks) { - this.remarks = remarks; - } } \ No newline at end of file -- Gitblit v1.8.0