Commit 20e67dc8 authored by fuyunnan's avatar fuyunnan

出库单修改 rpc

parent 35ff377a
......@@ -188,11 +188,12 @@ interface StoreServiceInterface
* description:更新出库单状态
* author: fuyunnan
* @param array $sourceNos 来源单号数组
* @param array $where 条件
* @param array $update 修改内容
* @return int
* @throws
* Date: 2020/10/13
*/
public function updateExOrder($sourceNos, $update): int;
public function updateExOrder($sourceNos, $where, $update): int;
}
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