From f27bcdd3a3dcc85fdb8334399240d27d7f964c01 Mon Sep 17 00:00:00 2001 From: Administrator <zhubaomin> Date: 星期二, 23 一月 2024 09:04:39 +0800 Subject: [PATCH] 2024-01-23 朱宝民 添加交易明细接口和交易统计接口 --- 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