mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-29 01:44:41 +08:00
Update json
This commit is contained in:
@@ -18,7 +18,7 @@ namespace OrmTest
|
||||
});
|
||||
|
||||
db.CodeFirst.InitTables<Test2>();
|
||||
|
||||
db.DbMaintenance.TruncateTable<Test2>();
|
||||
//用例代码
|
||||
db.Insertable(new Test2() { p = "1" }).ExecuteCommand();//用例代码
|
||||
|
||||
|
||||
Reference in New Issue
Block a user