Commit 095fc259 authored by fuyunnan's avatar fuyunnan

增加出口rpc

parent cabffab0
...@@ -79,11 +79,12 @@ interface StoreServiceInterface ...@@ -79,11 +79,12 @@ interface StoreServiceInterface
/** /**
* description:修改二次质检状态 * description:修改二次质检状态
* author: fuyunnan * author: fuyunnan
* @param int $orderId 入库单id * @param int $orderId 入库单id
* @param array $update 修改数组
* @return int * @return int
* @throws * @throws
* Date: 2020/7/14 * Date: 2020/7/14
*/ */
public function updateQualityStatus($orderId): int; public function updateQualityStatus($orderId, $update): 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