示例#1
0
 //删除维修记录
 public static bool DeleteRepairInfo(string id, ref string a_strErr)
 {
     if (FlowMeterPro.DeleteRepairInfo(id, ref a_strErr) > 0)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }