Update Demo

This commit is contained in:
sunkaixuan
2019-05-07 09:12:38 +08:00
parent 23ac3d414d
commit 471b687e3a
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OrmTest
{
public partial class NewUnitTest
{
public static void Init()
{
}
}
}