[fix] 修正注释 com.mybatisflex.annotation.SetListener

This commit is contained in:
whz 2023-12-29 14:43:40 +08:00
parent f671443ff8
commit d569c8c813

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);