This commit is contained in:
sunkaixuan
2019-05-20 17:39:19 +08:00
parent 43432c64b0
commit 0f137be5a6
2 changed files with 17 additions and 0 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 Demo4_Deleteable
{
public static void Init()
{
}
}
}