소스 검색

修改调用接口

章政 8 년 전
부모
커밋
f46eb06910
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UAS_MesInterface/MESHelper.cs

+ 1 - 1
UAS_MesInterface/MESHelper.cs

@@ -30,7 +30,7 @@ namespace DllService
     [ProgId("DllService.MESHelper")]
     public class MESHelper : IMESHelper
     {
-        //用于拼接SQL
+        //用于拼接SQL 
         StringBuilder sql = new StringBuilder();
         //用于存放批量执行的SQL
         List<string> sqls = new List<string>();