#694 Exception信息 国际化 多语言

This commit is contained in:
igeekfan
2022-05-20 02:52:58 +08:00
parent a7b40e9a5a
commit 83a4bb8039
79 changed files with 5343 additions and 398 deletions

View File

@@ -16,6 +16,11 @@ namespace FreeSql.Tests
{
public class UnitTest5
{
[Fact]
public void AsTable_PropertyName_FormatErrorTest1()
{
CoreStrings.AsTable_PropertyName_FormatError("astable");
}
// DTO
public class TestDto
{