摘要: @JsonIgnore 加上这个之后为了不返回某个字段,但是也不能接收从前端传入的值 改为: @JsonProperty(access = JsonProperty.Access.WRITE_ONLY) 阅读全文
posted @ 2023-04-06 15:44 peanut。 阅读(216) 评论(0) 推荐(0)