金额 BigDecimal

This commit is contained in:
wells
2026-08-09 12:30:23 +08:00
parent 2c6f405524
commit c5250e23ef
18 changed files with 142 additions and 81 deletions
@@ -2,6 +2,8 @@ package com.tailbet.model.dto;
import lombok.Data;
import java.math.BigDecimal;
/**
* 积分操作请求
*/
@@ -15,7 +17,7 @@ public class PointsDTO {
/**
* 积分数量
*/
private Long amount;
private BigDecimal amount;
/**
* 备注