基本修改完毕开始进行单元测试

This commit is contained in:
2025-07-19 14:36:34 +08:00
parent ca67d2e6df
commit aaf8bdf08a
23 changed files with 843 additions and 353 deletions

View File

@@ -0,0 +1,13 @@
using Xunit;
namespace DMS.Infrastructure.UnitTests.Repository_Test
{
public class VariableTableRepositoryTests
{
[Fact]
public void Test1()
{
Assert.True(true);
}
}
}