修改beanutil里的注释错误

This commit is contained in:
handy 2024-01-31 10:43:15 +08:00
parent 0187799ac7
commit 927903812a

View File

@ -247,7 +247,7 @@ public class BeanUtil {
}
/**
* 解析Bean中的属性值
* 获取Bean中的属性值
*
* @param <T> 属性值类型
* @param bean Bean对象支持MapListCollectionArray
@ -265,7 +265,7 @@ public class BeanUtil {
}
/**
* 解析Bean中的属性值
* 设置Bean中的属性值
*
* @param bean Bean对象支持MapListCollectionArray
* @param expression 表达式例如person.friend[5].name