Skip to content

Commit

Permalink
Update aop.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 authored Jul 11, 2024
1 parent 380476a commit e649182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/aop.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ fsql.Aop.SyncStructureBefore、fsql.Aop.SyncStructureAfter 这两个事件将排
fsql.Aop.ConfigEntity += (s, e) => {
e.ModifyResult.Name = "public." + e.ModifyResult.Name;
//提示:可以利用 AsyncLocal 动态设置表名 v3.2.833
};
```

Expand Down

0 comments on commit e649182

Please sign in to comment.