mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-25 01:14:33 +08:00
Add unit test
This commit is contained in:
parent
82a35bd8b5
commit
3d10ebcb17
@ -106,7 +106,21 @@ namespace OrmTest
|
|||||||
})
|
})
|
||||||
.ExecuteCommand();
|
.ExecuteCommand();
|
||||||
|
|
||||||
|
db.InsertNav(new OperatorInfo()
|
||||||
|
{
|
||||||
|
id = "1113",
|
||||||
|
createTime = DateTime.Now,
|
||||||
|
isDel = 1,
|
||||||
|
isDisabled = 1,
|
||||||
|
openid = "",
|
||||||
|
phone = "",
|
||||||
|
pwd = "",
|
||||||
|
realname = "a01",
|
||||||
|
remark = "a",
|
||||||
|
sno = "a",
|
||||||
|
username = "admin",
|
||||||
|
Roles=null
|
||||||
|
}).Include(z => z.Roles).ExecuteCommand();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user