Updated 类型映射 (markdown)

2881099
2024-08-19 15:52:38 +08:00
parent abdaf40eee
commit 39fc7bb800

@@ -67,7 +67,7 @@ class Table
{
public int Id { get; set; }
[JsonMap, Column(DbType = "json")]
[JsonMap]
public TableOptions Options { get; set; }
}
class TableOptions