Commit 2ee0e6ec authored by fuyunnan's avatar fuyunnan

修改原料rpc bug

parent 624c4616
...@@ -121,4 +121,15 @@ interface StoreMaterialServiceInterface ...@@ -121,4 +121,15 @@ interface StoreMaterialServiceInterface
* Date: 2020/11/3 * Date: 2020/11/3
*/ */
public function transferToStock($data): array; public function transferToStock($data): array;
/**
* description:整合 先出库 然后 再入库数量 失败回滚
* author: fuyunnan
* @param array $outData 出库数组
* @param array $inData 出库数组
* @return array
* @throws
* Date: 2020/11/5
*/
public function transferUpdateOutAfterIn($outData, $inData): array;
} }
...@@ -208,15 +208,4 @@ interface StoreServiceInterface ...@@ -208,15 +208,4 @@ interface StoreServiceInterface
*/ */
public function getByExSourceList($sources, $status = [], $where = []): array; public function getByExSourceList($sources, $status = [], $where = []): array;
/**
* description:整合 先出库 然后 再入库数量 失败回滚
* author: fuyunnan
* @param array $outData 出库数组
* @param array $inData 出库数组
* @return array
* @throws
* Date: 2020/11/5
*/
public function transferUpdateOutAfterIn($outData, $inData): array;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment