update BaseEntity readme

This commit is contained in:
28810 2020-05-21 02:12:54 +08:00
parent 2f838e6f59
commit 903a6adaa6
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ using (var uow = fsql.CreateUnitOfWork())
try try
{ {
//todo ... //todo ... BaseEntity 内部 curd 方法保持使用 uow 事务
} }
finally finally
{ {

View File

@ -114,7 +114,7 @@ using (var uow = fsql.CreateUnitOfWork())
try try
{ {
//todo ... //todo ... BaseEntity 内部 curd 方法保持使用 uow 事务
} }
finally finally
{ {