|
@@ -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);
|
|
|
|
|
|
|
|
|
/**
|