Commit 8455904c authored by Bob Lee Swagger's avatar Bob Lee Swagger

debug

parent 6823953c
......@@ -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);
}
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