From 126859be2a1bbdd85a5c190bae388ae897023ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Wed, 10 May 2023 00:01:23 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9B=B4=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=20cglib=20=E5=9F=BA=E4=BA=8Eget=20set=E6=8B=B7=E8=B4=9D=20?= =?UTF-8?q?=E4=B8=8D=E5=B1=9E=E4=BA=8E=E6=B7=B1=E6=8B=B7=E8=B4=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 2bade9d2b95780567bd58ad713297316f37a65cd) --- .../main/java/org/dromara/common/core/utils/BeanCopyUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/utils/BeanCopyUtils.java b/ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/utils/BeanCopyUtils.java index c1e83023..00dba1a8 100644 --- a/ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/utils/BeanCopyUtils.java +++ b/ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/utils/BeanCopyUtils.java @@ -17,7 +17,7 @@ import java.util.List; import java.util.Map; /** - * bean深拷贝工具(基于 cglib 性能优异) + * bean拷贝工具(基于 cglib 性能优异) * * @author Lion Li */