mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-30 04:45:54 +08:00
增加TimeSpan类型
CSharpDataType增加TimeSpan类型
This commit is contained in:
parent
6bf1cf0845
commit
47e13cfa9c
@ -24,6 +24,7 @@ namespace SqlSugar
|
||||
@float,
|
||||
@time,
|
||||
@DateTimeOffset,
|
||||
@Single
|
||||
@Single,
|
||||
@TimeSpan
|
||||
}
|
||||
}
|
||||
|
@ -24,6 +24,7 @@ namespace SqlSugar
|
||||
@float,
|
||||
@time,
|
||||
@DateTimeOffset,
|
||||
@Single
|
||||
@Single,
|
||||
@TimeSpan
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user