public class Value { @JsonProperty(value = "value") private String val; public void setVal(String val) { this.val = val; } public String ...
確定! 回上一頁