Code optimization

This commit is contained in:
skx
2020-12-20 00:14:33 +08:00
parent f7a11a9855
commit 30d9ed655d
5 changed files with 92 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest.UnitTest
{
public partial class NewUnitTest
{
}
}