feat: 游戏房间
This commit is contained in:
@@ -68,4 +68,10 @@ public class UserEntity extends UUIDBaseEntity {
|
||||
*/
|
||||
@Column(name = "birthday")
|
||||
private LocalDate birthday;
|
||||
|
||||
/**
|
||||
* 金币余额,默认 1000
|
||||
*/
|
||||
@Column(name = "balance", nullable = false)
|
||||
private Long balance = 1000L;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user