2. 实例com.fasterxml.jackson.core jackson-annotations
@Data
public static class TreeAttribute {
private String userLabel;
private String locationName;
private String ip;
@JsonProperty(value = "gNBId")
private String gNBId;
@JsonProperty(value = "gNBCUUPId")
private String gNBCUUPId;
@JsonProperty(value = "gNBDUId")
private String gNBDUId;```
}



