| | |
| | | @org.yeshi.utils.mybatis.Column(name = "urank")
|
| | | private Integer urank;
|
| | |
|
| | | public HongBao() {
|
| | |
|
| | | }
|
| | |
|
| | | public HongBao(Long id) {
|
| | | this.id = id;
|
| | | }
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "hasChild")
|
| | | private Boolean hasChild;
|
| | |
|
| | |
| | | @org.yeshi.utils.mybatis.Column(name = "balance_time")
|
| | | @Column(name = "balance_time")
|
| | | private Date balanceTime;
|
| | | |
| | |
|
| | | @Transient // 分享邀请金额总额
|
| | | private BigDecimal ShareAndInviteMoney; |
| | | |
| | | |
| | |
|
| | | public HongBao() {
|
| | |
|
| | | }
|
| | | private BigDecimal ShareAndInviteMoney;
|
| | |
|
| | | public HongBao(UserInfo userInfo, BigDecimal money, String param, int type, int state, long createtime,
|
| | | long preGettime, long getTime, String getIp, String beizhu) {
|