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