浏览代码

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

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>
         /// 小箱装大箱的包装规则判断