Commit 13f27720 authored by liu lu's avatar liu lu

获取采购在途的数量总和

parent 9c7fc8e0
......@@ -49,7 +49,7 @@ interface PurchaseStockServiceInterface
/**
* 已完成记录rpc
* 已完成记录rpc 已弃用
*
{
"batch_no": "batch_no",
......@@ -82,4 +82,10 @@ interface PurchaseStockServiceInterface
public function refundOperation($post):array;
/**
* 获取采购在途的数量总和
* @return mixed
*/
public function getShippingCount();
}
\ No newline at end of file
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