增加TimeSpan类型

CSharpDataType增加TimeSpan类型
This commit is contained in:
cqvol
2019-07-02 11:15:56 +08:00
parent 6bf1cf0845
commit 47e13cfa9c
2 changed files with 4 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ namespace SqlSugar
@float,
@time,
@DateTimeOffset,
@Single
@Single,
@TimeSpan
}
}