This commit is contained in:
sunkaixuna 2021-10-30 15:18:29 +08:00
parent 8026ad5ddf
commit a4ce1d0ad4

View File

@ -16,7 +16,7 @@ namespace OrmTest
SqlSugarClient();//Create db SqlSugarClient();//Create db
DbContext();//Optimizing SqlSugarClient usage DbContext();//Optimizing SqlSugarClient usage
SingletonPattern();//Singleten Pattern SingletonPattern();//Singleten Pattern
//DistributedTransactionExample(); DistributedTransactionExample();
MasterSlave();//Read-write separation MasterSlave();//Read-write separation
CustomAttribute(); CustomAttribute();
} }