Update demo

This commit is contained in:
sunkaixuan 2019-06-02 11:13:30 +08:00
parent 93d9fa0184
commit c681a1fbcf

View File

@ -73,7 +73,7 @@ namespace OrmTest
/*** 3.by Dictionary ***/
var dt = new Dictionary<string, object>();
dt.Add("id", 1);
dt.Add("name", null);
dt.Add("name", "abc");
dt.Add("createTime", DateTime.Now);
var dtList = new List<Dictionary<string, object>>();
dtList.Add(dt);