- 增加DynamicEntity单元测试

This commit is contained in:
d4ilys 2023-05-05 11:03:42 +08:00
parent 785d204a2c
commit 52ce785002

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FreeSql.Tests.DynamicEntity
{
internal class DynamicEntityTest
{
}
}