JsonProperty ;public class LogObject { @JsonProperty(index = 1) private String eventName; @JsonProperty(index = 2) private String traceId; ...
確定! 回上一頁