Commit 9f18ee96 authored by  林继鑫's avatar 林继鑫

采购系统 增加rpc方法

parent febe837f
...@@ -36,4 +36,11 @@ interface PurchaseDemandServiceInterface ...@@ -36,4 +36,11 @@ interface PurchaseDemandServiceInterface
* date 2023-01-10 * date 2023-01-10
*/ */
public function batchCancelPurchase(array $subOrderNos,$user); public function batchCancelPurchase(array $subOrderNos,$user);
/**
* 订单系统发送to采购消息
* @param $params
*/
public function sendMessageByOrder($params);
} }
\ 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