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