|
|
@@ -6,10 +6,7 @@ import io.swagger.annotations.ApiModel;
|
|
|
import lombok.AllArgsConstructor;
|
|
|
import lombok.Data;
|
|
|
import lombok.NoArgsConstructor;
|
|
|
-import lombok.Value;
|
|
|
-import org.springframework.data.annotation.Transient;
|
|
|
|
|
|
-import javax.persistence.Column;
|
|
|
import javax.persistence.Entity;
|
|
|
import java.math.BigDecimal;
|
|
|
|
|
|
@@ -26,6 +23,5 @@ public class Jackpot extends BaseEntity {
|
|
|
private String image;
|
|
|
private JackpotType type;
|
|
|
private BigDecimal value;
|
|
|
- @Transient
|
|
|
private Long resultId;
|
|
|
}
|