WebAPI/ListModels.cs
@@ -9,6 +9,7 @@ using Model; using System.Data; using System.Text.RegularExpressions; using WebAPI.Models; namespace WebAPI { @@ -5124,5 +5125,12 @@ { throw new NotImplementedException(); } public List<ClsWW_EntrustOrderBillMain_1> getObjectByJson_WW_EntrustOrderBillMain(string jsonString) { jsonString = "[" + jsonString.ToString() + "]"; List<ClsWW_EntrustOrderBillMain_1> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<ClsWW_EntrustOrderBillMain_1>>(jsonString); return list; } } }