Commit 6671e852 authored by Bob Lee Swagger's avatar Bob Lee Swagger

同步采购单物流详情

parent be1d96d2
<?php
/**
* Created by PhpStorm.
* User: qiudongfang
* Date: ${DATA}
* Time: 下午2:57
*/
namespace Meibuyu\Rpc\Service\Interfaces\Finance;
interface PurchaseExpressServiceInterface
{
/**
* @param array $data
* @return mixed
*/
public function createPurchaseExpress($data);
/**
* @param array $data
* @param int $id
* @return mixed
*/
public function updatePurchaseExpress($id, $data);
}
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