From 91ffc10034c1fbd813680c316906488b5a77d0f9 Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Tue, 18 Dec 2018 21:05:07 +0800 Subject: [PATCH] update --- Docs/codefirst.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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