This commit is contained in:
sunkaixuan
2019-05-20 17:32:13 +08:00
parent d7041a8b36
commit c6aee09d60
4 changed files with 22 additions and 0 deletions

View File

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