|  |  | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 处理新增工序流转卡子表2的json | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="jsonString"></param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         public List<Model.ClsSc_ProcessExchangeBillSub_BatchSplit> getObjectByJson_Sc_ProcessExchangeBillSub_BatchSplit(string jsonString) | 
 |  |  |         { | 
 |  |  |             jsonString = "[" + jsonString.ToString() + "]"; | 
 |  |  |             List<Model.ClsSc_ProcessExchangeBillSub_BatchSplit> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Model.ClsSc_ProcessExchangeBillSub_BatchSplit>>(jsonString); | 
 |  |  |             return list; | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 处理新增出站汇报单主表的json | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="jsonString"></param> | 
 |  |  | 
 |  |  |         { | 
 |  |  |             jsonString = "[" + jsonString.ToString() + "]"; | 
 |  |  |             List<Model.ClsSb_EquipRepairSignBillMain> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Model.ClsSb_EquipRepairSignBillMain>>(jsonString); | 
 |  |  |             return list; | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 处理设备维修签到单主表的json | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="jsonString"></param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         public List<Models.ClsSb_EquipRepairSignBillMain> getObjectByJson_Sb_EquipRepairSignBill_PDA(string jsonString) | 
 |  |  |         { | 
 |  |  |             jsonString = "[" + jsonString.ToString() + "]"; | 
 |  |  |             List<Models.ClsSb_EquipRepairSignBillMain> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Models.ClsSb_EquipRepairSignBillMain>>(jsonString); | 
 |  |  |             return list; | 
 |  |  |         } | 
 |  |  |  | 
 |  |  | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         #region 客户项目信息 | 
 |  |  |         /// <summary> | 
 |  |  |         /// 客户项目信息主表json | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="jsonString"></param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         public List<Model.ClsPM_CustomerProInfoBillMain> getObjectByJson_ClsPM_CustomerProInfoBillMain(string jsonString) | 
 |  |  |         { | 
 |  |  |             jsonString = "[" + jsonString.ToString() + "]"; | 
 |  |  |             List<Model.ClsPM_CustomerProInfoBillMain> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Model.ClsPM_CustomerProInfoBillMain>>(jsonString); | 
 |  |  |             return list; | 
 |  |  |         } | 
 |  |  |         /// <summary> | 
 |  |  |         /// 客户项目信息子表json2 | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="jsonString"></param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         public List<Model.ClsPM_CustomerProInfoBillSub> getObjectByJson_ClsPM_CustomerProInfoBillSub(string jsonString) | 
 |  |  |         { | 
 |  |  |             jsonString = "[" + jsonString.ToString() + "]"; | 
 |  |  |             List<Model.ClsPM_CustomerProInfoBillSub> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Model.ClsPM_CustomerProInfoBillSub>>(jsonString); | 
 |  |  |             return list; | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 应收单 | 
 |  |  |         /// <summary> | 
 |  |  |         /// 应收单主表json |