This commit is contained in:
sunkaixuan
2019-05-06 21:38:27 +08:00
parent 9eeebc93af
commit f6780f2aee
3 changed files with 4 additions and 4 deletions

View File

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