后台-公会钻石流水-增加地区

This commit is contained in:
khalil
2025-05-30 16:38:22 +08:00
parent ff2530e24e
commit 36efe2e11f
9 changed files with 25 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ public class RegionInfo {
@TableId
private Integer id;
@I18n(className = "RegionInfo")
@I18n(className = "RegionInfo", adminSwitch = false)
private String name;
private Integer partitionId;
private Integer partitionFlag;