Commit 5ec697dd authored by zhaopeng343's avatar zhaopeng343

提交删除、编辑RPC

parent 065f1683
......@@ -97,14 +97,22 @@ interface SubOrderServiceInterface
* 1688采购 修改oa子订单
* @param $editData
* $editData = [
* [
* 'sub_order_no'=>'oa系统子订单号'
* 'logistic_no'=>'需要修改的物流单号'
* 'logistic_no_new'=>'修改后的物流单号',
* 'logistic_price'=>'物流费用',
* 'purchase_price'=>'采购总费用',
* ]
* ]
* @return array
*/
public function purchaseEdit($editData):bool ;
/**
* 删除物流信息
* @param $data =>[
* 'sub_order_no'=>'子订单号',
* 'logistic_no'=>'物流单号'
* ]
* @return bool
*/
public function purchaseDelete($data):bool;
}
\ 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