Commit 99195cdd authored by 秦俊坤's avatar 秦俊坤

RPC 新增退货接口

parent 7cffda80
...@@ -13,4 +13,10 @@ interface PurchaseReturnsServiceInterface ...@@ -13,4 +13,10 @@ interface PurchaseReturnsServiceInterface
*/ */
public function getReturnsByFilter(array $filters = []): array; public function getReturnsByFilter(array $filters = []): array;
/**
* 退货操作
* @param $params
* @return array
*/
public function returnProducts($params): array;
} }
\ 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