Update error message

This commit is contained in:
sunkaixuan
2022-05-15 16:49:57 +08:00
parent 6d5518f656
commit 081bdeb39c

View File

@@ -20,7 +20,7 @@ namespace SqlSugar
get
{
return GetThrowMessage("Entity mapping error.{0}",
"实体与表映射出错。{0}");
"Select 实体与表映射出错,可以注释实体类中的字段排查具体哪一个字段。{0}");
}
}