Update error message

This commit is contained in:
sunkaixuan
2022-06-10 11:49:31 +08:00
parent ed9734385b
commit 46890d3e91

View File

@@ -20,7 +20,7 @@ namespace SqlSugar
get
{
return GetThrowMessage("Entity mapping error.{0}",
"Select 实体与表映射出错,可以注释实体类中的字段排查具体哪一个字段。{0}");
"Select 实体与表映射出错,可以注释实体类中的字段排查具体哪一个字段。【注意如果用CodeFirt先配置禁止删列或更新】 {0}");
}
}