Commit 87a00270 authored by fuyunnan's avatar fuyunnan

修改rpc

parent 5ea85173
...@@ -28,8 +28,7 @@ interface StoreServiceInterface ...@@ -28,8 +28,7 @@ interface StoreServiceInterface
* @throws * @throws
* Date: 2020/7/6 * Date: 2020/7/6
*/ */
public function createWarehousing(array $data) : array ; public function createWarehousing(array $data): array;
/** /**
...@@ -40,7 +39,7 @@ interface StoreServiceInterface ...@@ -40,7 +39,7 @@ interface StoreServiceInterface
* @throws * @throws
* Date: 2020/7/10 * Date: 2020/7/10
*/ */
public function CntSourceNoOrder($sourceNo) :array ; public function CntSourceNoOrder($sourceNo): array;
/** /**
...@@ -51,4 +50,6 @@ interface StoreServiceInterface ...@@ -51,4 +50,6 @@ interface StoreServiceInterface
* @throws * @throws
* Date: 2020/7/10 * Date: 2020/7/10
*/ */
public function listSourceNoProduct($sourceNo) : array public function listSourceNoProduct($sourceNo): array
}
\ 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