| | |
| | | this.fee = fee; |
| | | } |
| | | |
| | | // public DappFundFlowEntity(Long memberId, BigDecimal amount, Integer type, Integer status, BigDecimal fee,Long systemProfitId) { |
| | | // this.memberId = memberId; |
| | | // this.amount = amount; |
| | | // this.type = type; |
| | | // this.status = status; |
| | | // this.fee = fee; |
| | | // this.systemProfitId = systemProfitId; |
| | | // } |
| | | |
| | | public DappFundFlowEntity(Long memberId, BigDecimal amount, Integer type, Integer status, BigDecimal fee, String fromHash) { |
| | | this.memberId = memberId; |
| | | this.amount = amount; |
| | |
| | | this.systemProfitId = systemProfitId; |
| | | } |
| | | |
| | | public DappFundFlowEntity(Long memberId, BigDecimal amount, Integer type, Integer status, BigDecimal fee, Long systemProfitId) { |
| | | this.memberId = memberId; |
| | | this.amount = amount; |
| | | this.type = type; |
| | | this.status = status; |
| | | this.fee = fee; |
| | | this.systemProfitId = systemProfitId; |
| | | } |
| | | |
| | | private Long memberId; |
| | | |
| | | private BigDecimal amount; |