Commit 18a3aca1 authored by liu lu's avatar liu lu

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents 60eadebc 8455904c
......@@ -15,4 +15,11 @@ interface ApplyMoneyServiceInterface
* @return mixed
*/
public function createApplyMoney($data);
/**
* @param array $data
* @param int $id
* @return mixed
*/
public function updateApplyMoney($id, $data);
}
......@@ -10,6 +10,12 @@ namespace Meibuyu\Rpc\Service\Interfaces\Finance;
interface PurchaseOrderServiceInterface
{
/**
* @param array $data
* @return mixed
*/
public function syncOAPurchaseOrder($data);
/**
* @param array $data
* @return mixed
......
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