Add unit test

This commit is contained in:
sunkaixuan 2022-11-11 11:02:22 +08:00
parent 82a35bd8b5
commit 3d10ebcb17

View File

@ -106,7 +106,21 @@ namespace OrmTest
})
.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();
}