后台经验值字段改为long
This commit is contained in:
parent
72c2821aa9
commit
551498082d
@ -62,7 +62,7 @@ public class FamilyLevelConfigDTO implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 等级经验值.
|
* 等级经验值.
|
||||||
*/
|
*/
|
||||||
private Integer levelExp;
|
private Long levelExp;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 最大成员数.
|
* 最大成员数.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user