修改关卡结算信息类

This commit is contained in:
石皮幼鸟 2024-04-08 18:54:19 +08:00
parent 026cd4b800
commit 8be4e538b7
1 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,11 @@ public class ScoreInfo implements Serializable {
/** /**
* 用户ID * 用户ID
*/ */
private Long id; private Long userId;
/**
* 关卡ID
*/
private Long levelId;
/** /**
* 用户名 * 用户名
*/ */