mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-16 13:20:57 +08:00
Updated 类型映射 (markdown)
2
类型映射.md
2
类型映射.md
@@ -67,7 +67,7 @@ class Table
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
[JsonMap, Column(DbType = "json")]
|
||||
[JsonMap]
|
||||
public TableOptions Options { get; set; }
|
||||
}
|
||||
class TableOptions
|
||||
|
||||
Reference in New Issue
Block a user