修改金豆为金币

This commit is contained in:
GYJ
2024-12-12 14:45:41 +08:00
parent b763d69419
commit 6d96ea7dbd
36 changed files with 119 additions and 119 deletions

View File

@@ -26,7 +26,7 @@ public class CompletAward extends Model<CompletAward> {
private Long id;
@ApiModelProperty("人数")
private Integer inviteCount;
@ApiModelProperty("1 金 2 红包")
@ApiModelProperty("1 金 2 红包")
private Integer type;
@ApiModelProperty("奖励数量")
private BigDecimal awardNumber;