Updated 类型映射 (markdown)

2881099
2024-08-21 18:12:07 +08:00
parent c084a9f72c
commit b807c0c581

@@ -42,8 +42,6 @@
```csharp
class Table
{
public int id { get; set; }
[Column(MapType = typeof(string))]
public PeopleType t1 { get; set; }