@@ -25,5 +25,5 @@ public class HandleUserTagVO {
/**
* 打标签列表
*/
- private List<String> tags;
+ private List<Long> tags;
}