This commit is contained in:
28810 2018-12-18 21:05:07 +08:00
parent f605307269
commit 91ffc10034

View File

@ -2,9 +2,9 @@
### 支持的类型
bool, byte, short, int, long, byte, ushort, uint, ulong, double, float, decimal, int
bool, byte, short, int, long, byte, ushort, uint, ulong, double, float, decimal, int, Guid
bool?, byte?, short?, int?, long?, byte?, ushort?, uint?, ulong?, double?, float?, decimal?, int?
bool?, byte?, short?, int?, long?, byte?, ushort?, uint?, ulong?, double?, float?, decimal?, int?, Guid?
TimeSpan, DateTime