修改关卡结算信息类
This commit is contained in:
parent
026cd4b800
commit
8be4e538b7
|
@ -10,7 +10,11 @@ public class ScoreInfo implements Serializable {
|
|||
/**
|
||||
* 用户ID
|
||||
*/
|
||||
private Long id;
|
||||
private Long userId;
|
||||
/**
|
||||
* 关卡ID
|
||||
*/
|
||||
private Long levelId;
|
||||
/**
|
||||
* 用户名
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue