Commit cd459c66 authored by Liu lu's avatar Liu lu

产品开发退换货-采购rpc

parent 448af7d7
...@@ -88,4 +88,21 @@ interface PurchaseStockServiceInterface ...@@ -88,4 +88,21 @@ interface PurchaseStockServiceInterface
*/ */
public function getShippingCount(); public function getShippingCount();
/**
* 产品开发退换货
* @param $post
* {
"product_dev_no":"新品开发单",
"child_sku":"仓库子产品sku",
"type":"Return | Exchange (退货|换货)类型",
"num":"退换货数量",
"logistics_no":"物流单号"
}
* @return true | error_msg
*/
public function returnOrExchangeProducts($post);
} }
\ 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