后台经验值字段改为long

This commit is contained in:
tianfeng 2025-12-31 12:07:00 +08:00
parent 72c2821aa9
commit 551498082d

View File

@ -62,7 +62,7 @@ public class FamilyLevelConfigDTO implements Serializable {
/** /**
* 等级经验值. * 等级经验值.
*/ */
private Integer levelExp; private Long levelExp;
/** /**
* 最大成员数. * 最大成员数.