This commit is contained in:
sunkaixuan
2017-09-20 15:09:20 +08:00
parent 42a575c730
commit 6114833847
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ namespace SqlSugar
{
if (item.DbColumnName.Equals("GUID",StringComparison.CurrentCultureIgnoreCase))
{
item.Length = 10;
item.Length = 36;
}
}
}