From dfa6a660f41852094f036bfc204dbade1d040e33 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Fri, 16 Jun 2017 14:38:22 +0800 Subject: [PATCH] - --- SqlSugar/Enum/ProperyType.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SqlSugar/Enum/ProperyType.cs b/SqlSugar/Enum/ProperyType.cs index 59c6b9ae4..452522116 100644 --- a/SqlSugar/Enum/ProperyType.cs +++ b/SqlSugar/Enum/ProperyType.cs @@ -21,6 +21,7 @@ namespace SqlSugar @object, @other, @byteArray, - @float + @float, + @time } }