ruoyi-common/src/main/java/com/ruoyi/common/core/domain/BaseEntity.java
@@ -14,7 +14,7 @@ * * @author ruoyi */ @JsonInclude(JsonInclude.Include.NON_NULL)//该注解过滤为空的字段 //@JsonInclude(JsonInclude.Include.NON_NULL)//该注解过滤为空的字段 public class BaseEntity implements Serializable { private static final long serialVersionUID = 1L;