|
|
@@ -4,8 +4,9 @@ import lombok.Data;
|
|
|
|
|
|
@Data
|
|
|
public class StakingProfitItemVO {
|
|
|
- private String profitStatus; // 状态:收益待领取 / 等待10:00结算
|
|
|
- private Long profitDate; // 收益日期
|
|
|
- private String profitAmount; // 收益数量
|
|
|
- private String remark; // 备注文案
|
|
|
+ private String profitStatus; // 状态:收益待领取 / 等待10:00结算
|
|
|
+ private String profitStatusValue; // 原始状态字符:UNCLAIMED / CLAIMED
|
|
|
+ private Long profitDate; // 收益日期
|
|
|
+ private String profitAmount; // 收益数量
|
|
|
+ private String remark; // 备注文案
|
|
|
}
|