package config; import manager.Table; @Table(name ="GuildBossConfig") public class SGuildBossConfig implements BaseConfig { private int id; private int monsterId; @Override public void init() throws Exception { } public int getId() { return id; } public int getMonsterId() { return monsterId; } }