From ec60e757d358636dcac1589c44a66f3e276fe58c Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期一, 29 六月 2020 14:41:42 +0800 Subject: [PATCH] 拉新 --- fanli/src/main/java/com/yeshi/fanli/entity/redpack/RedPackDetail.java | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/redpack/RedPackDetail.java b/fanli/src/main/java/com/yeshi/fanli/entity/redpack/RedPackDetail.java index 3833f8e..ac1ab85 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/redpack/RedPackDetail.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/redpack/RedPackDetail.java @@ -18,7 +18,8 @@ public class RedPackDetail { public enum RedPackDetailTypeEnum { refund("绾㈠寘閫�鍥�", "http://img.flqapp.com/img/tlj/icon_tlj.png"), - violation("绾㈠寘娑夊珜杩濊", "http://img.flqapp.com/img/tlj/icon_tlj.png"), + deduct("绾㈠寘娑夊珜杩濊", "http://img.flqapp.com/img/tlj/icon_tlj.png"), + forbid("娑夊珜鎭舵剰鏈哄埛绾㈠寘", "http://img.flqapp.com/img/tlj/icon_tlj.png"), newUserReward("鏂颁汉濂栧姳", "http://img.flqapp.com/img/tlj/icon_tlj.png"), invite("绔嬪緱鐜伴噾", "http://img.flqapp.com/img/tlj/icon_tlj.png"), increaseReward("閫掑濂栧姳", "http://img.flqapp.com/img/tlj/icon_tlj.png"), @@ -31,7 +32,8 @@ shopOrderDrawBack("鍟嗗煄璁㈠崟閫�鍥�", "http://img.flqapp.com/img/tlj/icon_tlj.png"), redExchange("绾㈠寘鎻愮幇涓�", "http://img.flqapp.com/resource/msg/icon_hongbao_tixian.png"), redExchangePass("绾㈠寘鎻愮幇鎴愬姛", "http://img.flqapp.com/resource/msg/icon_hongbao_tixian.png"), - redExchangeReject("绾㈠寘鎻愮幇澶辫触", "http://img.flqapp.com/resource/msg/icon_hongbao_tixian.png"); + redExchangeReject("绾㈠寘鎻愮幇澶辫触", "http://img.flqapp.com/resource/msg/icon_hongbao_tixian.png"), + redMonthly("鏈堢粨绾㈠寘", "http://img.flqapp.com/img/tlj/icon_tlj.png"); private final String desc; private final String picture; @@ -81,6 +83,8 @@ @Column(name = "rpd_display") private Boolean display; + private BigDecimal balance; + public Long getId() { return id; } @@ -160,4 +164,12 @@ public void setDisplay(Boolean display) { this.display = display; } + + public BigDecimal getBalance() { + return balance; + } + + public void setBalance(BigDecimal balance) { + this.balance = balance; + } } -- Gitblit v1.8.0