Commit cade86a0 authored by zhangdongying's avatar zhangdongying

创建收货单

parent 71dbfc09
...@@ -14,4 +14,12 @@ interface LingxingServiceInterface ...@@ -14,4 +14,12 @@ interface LingxingServiceInterface
* *
*/ */
public function pushSupplier($data); public function pushSupplier($data);
/**
* 创建收货单
*
* @param $attr
* @return mixed
*/
public function createReceiptOrder($attr);
} }
\ 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