fix
Helius
2022-03-02 c495fc6b75e2b42449a205a9403c0756209bbec7
src/main/java/com/xcong/excoin/modules/coin/entity/ZhiyaRewardEntity.java
@@ -34,5 +34,9 @@
     * 奖励金额
     */
    private BigDecimal rewardAmout;
    /**
     * 1:返回用户2:返回代理
     */
    private Integer type;
}