Update demo

This commit is contained in:
sunkaixuan
2019-06-02 15:31:27 +08:00
parent 62bbe8954d
commit 1a9bbf927b
88 changed files with 215 additions and 84 deletions

View File

@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class DemoA_DbMain
{
public static void Init()
{
}
}
}