This commit is contained in:
2026-03-22 15:51:37 +08:00
parent 2610c1cfd2
commit bd5a5e4905

View File

@@ -40,15 +40,19 @@ public class Coin implements Serializable {
private Integer priceType;
/** 24小时涨跌幅(%) */
@TableField("change_24h")
private BigDecimal change24h;
/** 24小时最高价 */
@TableField("high_24h")
private BigDecimal high24h;
/** 24小时最低价 */
@TableField("low_24h")
private BigDecimal low24h;
/** 24小时交易量 */
@TableField("volume_24h")
private BigDecimal volume24h;
/** 市值 */