2020年3月11日
摘要: jackSon常用注解 字段注解:-- @JsonInclude 注解不返回null值字段 @Data @JsonInclude(JsonInclude.Include.NON_NULL) public class OrderDTO { private String orderId; @JsonPr 阅读全文
posted @ 2020-03-11 15:55 wu小强 阅读(2362) 评论(0) 推荐(0) 编辑