Commit c990fede authored by liming's avatar liming

用户运动积分结算

parent 988d6884
package com.antai.sport.http.server.constants;
public class GameCurrencyLogType {
public static final Integer ADD = 1;
public static final Integer SUBTRACT = 2;
}
...@@ -2,6 +2,8 @@ package com.antai.sport.http.server.repository.shop.entity; ...@@ -2,6 +2,8 @@ package com.antai.sport.http.server.repository.shop.entity;
import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableId;
import java.math.BigDecimal;
import java.time.LocalDateTime; import java.time.LocalDateTime;
import java.io.Serializable; import java.io.Serializable;
import lombok.Data; import lombok.Data;
...@@ -35,7 +37,7 @@ public class SportUserGameCurrencyMatchRule implements Serializable { ...@@ -35,7 +37,7 @@ public class SportUserGameCurrencyMatchRule implements Serializable {
/** /**
* 倍率 * 倍率
*/ */
private Integer rate; private BigDecimal rate;
/** /**
* 排名启示值 * 排名启示值
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment