コード例 #1
0
ファイル: FlowMeterMan.cs プロジェクト: xupeihong/.netYJY
 //删除维修记录
 public static bool DeleteRepairInfo(string id, ref string a_strErr)
 {
     if (FlowMeterPro.DeleteRepairInfo(id, ref a_strErr) > 0)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }