@@ -91,7 +91,8 @@ public class Activity {
* 描述
*/
private String summary;
-
+
+ @JsonFormat(shape = Shape.STRING)
public Long getId() {
return id;
}