mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-11 19:01:00 +08:00
update
2
常见问题.md
2
常见问题.md
@@ -17,6 +17,7 @@ fsql.Aop.CurdAfter += (s, e) =>
|
|||||||
Console.WriteLine($"线程:{e.Sql}\r\n")
|
Console.WriteLine($"线程:{e.Sql}\r\n")
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
---
|
||||||
|
|
||||||
### 2、MySql Enum 映射
|
### 2、MySql Enum 映射
|
||||||
|
|
||||||
@@ -27,6 +28,7 @@ fsql.Aop.ConfigEntityProperty += (s, e) => {
|
|||||||
e.ModifyResult.MapType = typeof(int);
|
e.ModifyResult.MapType = typeof(int);
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
---
|
||||||
|
|
||||||
### 3、多个 IFreeSql 实例,如何注入使用?
|
### 3、多个 IFreeSql 实例,如何注入使用?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user