Merge pull request #442 from cqvol/SqlSugar5

增加TimeSpan类型
This commit is contained in:
sunkaixuan 2019-07-05 15:35:26 +08:00 committed by GitHub
commit 16790efa41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

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

View File

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