Add db.Saveable

This commit is contained in:
sunkaixuan
2019-01-20 18:53:29 +08:00
parent a21a54098c
commit afdec7845d
8 changed files with 253 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ namespace OrmTest
Demo.ExtEntity.Init();
Demo.VersionValidation.Init();
Demo.Delete.Init();
Demo.IInsertOrUpdate.Init();
}
}
}