|  |  | 
 |  |  |             List<Models.ClsSb_EquipRepairWorkBillSub> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Models.ClsSb_EquipRepairWorkBillSub>>(jsonString); | 
 |  |  |             return list; | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 处理新增模具入库单主表的json | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="jsonString"></param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         public List<Model.ClsSc_MouldOtherInBillMain> getObjectByJson_Sc_MouldOtherInBillMain(string jsonString) | 
 |  |  |         { | 
 |  |  |             jsonString = "[" + jsonString.ToString() + "]"; | 
 |  |  |             List<Model.ClsSc_MouldOtherInBillMain> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Model.ClsSc_MouldOtherInBillMain>>(jsonString); | 
 |  |  |             return list; | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 处理新增模具入库单子表的json | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="jsonString"></param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         public List<Model.ClsSc_MouldOtherInBillSub> getObjectByJson_Sc_MouldOtherInBillSub(string jsonString) | 
 |  |  |         { | 
 |  |  |             jsonString = "[" + jsonString.ToString() + "]"; | 
 |  |  |             List<Model.ClsSc_MouldOtherInBillSub> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Model.ClsSc_MouldOtherInBillSub>>(jsonString); | 
 |  |  |             return list; | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |     } | 
 |  |  | }  |