From 6988a9b7c233a8a0d1b436de226fd782832ed49f Mon Sep 17 00:00:00 2001 From: chenshuichuan <1154693969@qq.com> Date: Sun, 1 Sep 2024 19:06:49 +0800 Subject: [PATCH] fix data --- .../cn/iocoder/yudao/framework/common/pojo/CommonResult.java | 1 + 1 file changed, 1 insertion(+) diff --git a/yudao-framework/yudao-common/src/main/java/cn/iocoder/yudao/framework/common/pojo/CommonResult.java b/yudao-framework/yudao-common/src/main/java/cn/iocoder/yudao/framework/common/pojo/CommonResult.java index e29292dd83..ee5d5c3be6 100644 --- a/yudao-framework/yudao-common/src/main/java/cn/iocoder/yudao/framework/common/pojo/CommonResult.java +++ b/yudao-framework/yudao-common/src/main/java/cn/iocoder/yudao/framework/common/pojo/CommonResult.java @@ -24,6 +24,7 @@ public class CommonResult implements Serializable { * @see ErrorCode#getCode() */ private Integer code; + private Integer status = 0; /** * 返回数据 */