From 6ddc6af6dd04b57f1f233394bfc894730a84bb56 Mon Sep 17 00:00:00 2001 From: chendt <18902722133@163.com> Date: Mon, 10 Apr 2023 13:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/yami/shop/common/response/ServerResponseEntity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yami-shop-common/src/main/java/com/yami/shop/common/response/ServerResponseEntity.java b/yami-shop-common/src/main/java/com/yami/shop/common/response/ServerResponseEntity.java index ef603e9..29956c9 100644 --- a/yami-shop-common/src/main/java/com/yami/shop/common/response/ServerResponseEntity.java +++ b/yami-shop-common/src/main/java/com/yami/shop/common/response/ServerResponseEntity.java @@ -106,7 +106,7 @@ public class ServerResponseEntity implements Serializable { public ServerResponseEntity() { // 版本号 - this.version = "mall4j.v230327"; + this.version = "mall4j.v230410"; } public static ServerResponseEntity success(T data) {