Pu Zhibing
2025-01-26 25ed781aaff2012410adae5df4e9f20961329581
1
2
3
4
5
6
7
8
9
10
11
12
package com.ruoyi.account.dto;
 
import lombok.Data;
import org.apache.poi.hpsf.Decimal;
 
import java.math.BigDecimal;
 
@Data
public class SignBackRDto {
    private Integer point;
    private BigDecimal redAmount;
}