oyq28 2 سال پیش
والد
کامیت
b8d03dcec3

+ 2 - 2
imcs-admin-boot/imcs-business-biz/src/main/java/com/github/zuihou/business/edgeLibrary/service/StockInfoService.java

@@ -102,7 +102,7 @@ public interface StockInfoService extends SuperService<StockInfo> {
      * @param bomProcedureTray
      * @param storgeId
      */
-    R<String> procedureTrayStockIn(BomProcedureTray bomProcedureTray, Long storgeId,String uniqueCode,String completeBatchNo);
+    R<String> procedureTrayStockIn(StockInfo bomProcedureTray, Long storgeId,String uniqueCode,String completeBatchNo);
 
 
     /**
@@ -129,7 +129,7 @@ public interface StockInfoService extends SuperService<StockInfo> {
      * @param bomProcedureTray
      * @param storgeId
      */
-    R<String> procedureTrayStockOut(BomProcedureTray bomProcedureTray, Long storgeId,String completeBatchNo);
+    R<String> procedureTrayStockOut(StockInfo bomProcedureTray, Long storgeId,String completeBatchNo);
 
 
     /**