Commit ff81ad49 authored by fuyunnan's avatar fuyunnan

添加仓库rpc 修改发货计划状态

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