diff --git a/Docs/codefirst.md b/Docs/codefirst.md index 5ca33e0a..3defa57a 100644 --- a/Docs/codefirst.md +++ b/Docs/codefirst.md @@ -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