@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface PostUpdate
BaseMapper
{ mapperManage.insert(entity); mapperManage.updateById(entity); }
Copyright © 2024 lingkang. All rights reserved.