Esempio n. 1
0
 //添加
 public static bool SaveProcessingRecord(tk_SHComplain_Process allpro, ref string strErr)
 {
     return(CustomerServicePro.SaveProcessingRecord(allpro, ref strErr));
 }
Esempio n. 2
0
 //添加修改
 public static bool SaveUserComplaints(tk_SHComplain Project, tk_SHComplain_User allruser, tk_SHComplain_Process allpro, List <tk_SHComplain_Product> list, string type, ref string strErr)
 {
     return(CustomerServicePro.SaveUserComplaints(Project, allruser, allpro, list, type, ref strErr));
 }