Update unit test

This commit is contained in:
sunkaixuan 2022-12-20 15:46:32 +08:00
parent 24e3e9ab51
commit c1aa361854

View File

@ -34,6 +34,14 @@ namespace OrmTest
}).ExecuteCommand();
db.Updateable(new List<Order>(){ new Order()
{
CustomId = 1,
CreateTime = DateTime.Now,
Id = 1,
Price = 1,
Name = "a"
},
new Order()
{
CustomId = 1,
CreateTime = DateTime.Now,