Commit 5f71b14d authored by fuyunnan's avatar fuyunnan

增加仓库rpc

parent 052f52d1
......@@ -72,7 +72,17 @@ interface StoreServiceInterface
* @throws
* Date: 2020/7/10
*/
public function listIdsProduct($ids) : array;
public function listIdsProduct($ids): array;
/**
* description:修改二次质检状态
* author: fuyunnan
* @param int $orderId 入库单id
* @return int
* @throws
* Date: 2020/7/14
*/
public function updateQualityStatus($orderId): int;
}
\ 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