|
@@ -10,4 +10,7 @@ public class WeiboCallbackDto {
|
|
@JsonProperty("network_group_id")
|
|
@JsonProperty("network_group_id")
|
|
private String networkGroupId;
|
|
private String networkGroupId;
|
|
|
|
|
|
|
|
+ public void setNetwork_group_id(String networkGroupId) {
|
|
|
|
+ this.networkGroupId = networkGroupId;
|
|
|
|
+ }
|
|
}
|
|
}
|