44323
2023-10-13 b63785e94f5777080fc8cba1c7b6e112cca01617
cloud-server-account/src/main/java/com/dsh/account/model/vo/userBenefitDetail/RechargeCentVo.java
@@ -4,17 +4,17 @@
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.math.BigDecimal;
@Data
public class RechargeCentVo {
    @ApiModelProperty(value = "类型id")
    private Integer chargeId;
    @ApiModelProperty(value = "玩湃币")
    private String wpGold;
    private Integer wpGold;
    @ApiModelProperty(value = "对应充值金额")
    private String amount;
    private BigDecimal amount;
}