fastjson忽略JSONField

    技术2024-04-14  80

    fastjson忽略JSONField 在字段上加上如下属性即可包是 import com.fasterxml.jackson.annotation.JsonIgnore; @JsonIgnore private String businessScope; 这样就可以忽略fastjson下面的注解 @JSONField(name = "Scope") private String businessScope;
    Processed: 0.022, SQL: 9