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