mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-28 11:11:32 +08:00
Update Custom db demo
This commit is contained in:
@@ -66,7 +66,7 @@ namespace OrmTest
|
||||
UserName="admin",
|
||||
RegistrationDate=DateTime.Now,
|
||||
|
||||
}).ExecuteCommand();
|
||||
}).ExecuteReturnIdentity();
|
||||
|
||||
//Query
|
||||
//查询
|
||||
|
||||
Reference in New Issue
Block a user