Commit 6977e704 authored by 王源's avatar 王源 🎧

添加采购任务查询来源id的rpc方法

parent 68be7144
......@@ -45,4 +45,16 @@ interface PurchaseTaskServiceInterface
*/
public function updateProduct($sourceId, array $data, $type = 1);
/**
* 查询来源id
* @param array $params // 请勿同时传入
* [
* "purchase_platform_no" => "采购平台单号",
* "logistics_records" => "物流单号",
* ]
* @return array
* @author Zero
*/
public function querySourceIds($params);
}
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