Updated 添加或修改 (markdown)

2881099
2022-03-29 22:11:21 +08:00
parent 3473a51569
commit 83edfcc5e4

@@ -29,7 +29,7 @@ fsql.InsertOrUpdate<T>()
## 2、字典插入或更新
```csharp
Dictionary<string, object> dic = new Dictionary<string, object>();
var dic = new Dictionary<string, object>();
dic.Add("id", 1);
dic.Add("name", "xxxx");