Commit bb7cfa5a authored by 姜克保's avatar 姜克保

添加自动备货rpc 获取物流单号和采购备注信息

parent e519d845
...@@ -10,4 +10,18 @@ interface StockUpServiceInterface ...@@ -10,4 +10,18 @@ interface StockUpServiceInterface
* @return mixed * @return mixed
*/ */
public function stockIntoUpdateStatus($stockNo):bool; public function stockIntoUpdateStatus($stockNo):bool;
/**
* 跟进物流单号
* @param $logisticsNo
* @return array
*/
public function getStockUpInfoByLogisticsNo($logisticsNo):array;
/**
*
* @param $sourceNo
* @return array
*/
public function getStockUpInfoByOrderNo($sourceNo):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