mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-19 23:00:58 +08:00
Updated 类型映射 (markdown)
2
类型映射.md
2
类型映射.md
@@ -42,8 +42,6 @@
|
||||
```csharp
|
||||
class Table
|
||||
{
|
||||
public int id { get; set; }
|
||||
|
||||
[Column(MapType = typeof(string))]
|
||||
public PeopleType t1 { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user