mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Update error message
This commit is contained in:
@@ -20,7 +20,7 @@ namespace SqlSugar
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
return GetThrowMessage("Entity mapping error.{0}",
|
return GetThrowMessage("Entity mapping error.{0}",
|
||||||
"Select 实体与表映射出错,可以注释实体类中的字段排查具体哪一个字段。{0}");
|
"Select 实体与表映射出错,可以注释实体类中的字段排查具体哪一个字段。【注意:如果用CodeFirt先配置禁止删列或更新】 {0}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user