bingyunxl
Results
1
comments of
bingyunxl
public class JsonMsg { private int code; @JsonProperty("errorMsg") private String err; public int getCode() { return code; } public void setCode(int code) { this.code = code; } public String getErr()...