艾金辉
2023-07-22 ea3baba6317e5624780f3b7521653bf3a47337eb
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;