Commit 77633fff authored by zhaopeng343's avatar zhaopeng343

提交

parent ad123d1f
......@@ -93,6 +93,14 @@ interface SubOrderServiceInterface
*/
public function purchaseError($orderId,$errorCode):array ;
/**
* 1688采购取消
* @param $orderNo
* @param $editData
* @return bool
*/
public function purchaseCancel($orderNo,$editData = []):bool;
/**
* 1688采购 修改oa子订单
* @param $editData
......
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