소스 검색

重量检测插入数据新增公共方法

Hcsy 8 년 전
부모
커밋
79efc50ef5
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      UAS-MES/PublicMethod/LogicHandler.cs

+ 6 - 0
UAS-MES/PublicMethod/LogicHandler.cs

@@ -1311,6 +1311,12 @@ namespace UAS_MES.PublicMethod
                 return false;
         }
 
+        public static void RecordProdWeight(string iSN, string iType, string iScanValue, float iWeight, string iUnit, string iLineCode, string iPrCode, string iSource, string iUser)
+        {
+
+            sql.Append("");
+        }
+
 
         /// <summary>
         /// 小箱装大箱的包装规则判断