@@ -35,6 +35,6 @@ public interface IUser {
List<IRole> getRoles();
- List<String> getTags();
+ List<String> getTagList();
}