摘要: 这个问题是json序列化问题,当参数中出现大写字母组成的字段时(例如:ZZF1),此时需在字段上加入注解:@JsonProperty(value = "ZZF1") 阅读全文
posted @ 2018-11-15 18:27 众星捧月 阅读(2225) 评论(0) 推荐(0) 编辑