修改关卡类

This commit is contained in:
石皮幼鸟 2024-04-08 19:09:00 +08:00
parent 8be4e538b7
commit ad48813a8d
1 changed files with 0 additions and 15 deletions

View File

@ -16,21 +16,6 @@ public class Level implements Serializable {
* 关卡名称 * 关卡名称
*/ */
private String name; private String name;
/**
* 关卡描述
*/
private String description;
/**
* 关卡难度
* -0简单
* -1普通
* -2困难
*/
private Integer difficulty;
/**
* 关卡内容
*/
private String content;
/** /**
* 关卡类型 * 关卡类型
* -0拼完题设单词 * -0拼完题设单词