Support string transcoding

This commit is contained in:
sunkaixuan
2019-04-10 07:32:54 +08:00
parent 262a4be1d1
commit 61a9005c16
10 changed files with 119 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ namespace OrmTest
OrmTest.Demo.CodeFirst.Init();;
OrmTest.Demo.MasterSlave.Init(); ;
OrmTest.Demo.Queue.Init(); ;
OrmTest.Demo.Encode.Init();
}
}
}