!402 修正注释

Merge pull request !402 from weihuazhou/main
This commit is contained in:
王帅 2023-12-29 07:00:20 +00:00 committed by Gitee
commit f09829a8d6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -26,7 +26,7 @@ public interface SetListener extends Listener {
* @param entity 实体类
* @param property 属性名
* @param value 属性值
* @return 实体类
* @return 属性值
*/
Object onSet(Object entity, String property, Object value);