Loading

摘要: #####注解 @JsonInclude(JsonInclude.Include.NON_NULL) 在实体类上加入此注解,可以剔除掉不需要的null属性 示例 @JsonInclude(JsonInclude.Include.NON_NULL) public class ImprovementRe 阅读全文
posted @ 2020-12-07 16:25 oaifree 阅读(561) 评论(0) 推荐(0) 编辑