@@ -25,4 +25,9 @@ public class DistributePointsExchangeMoney extends BaseEntity{
private Integer points;
private BigDecimal money;
+
+ /**
+ * usdt提现门槛
+ */
+ private BigDecimal usdtLimit;
}