Commit 35ff377a authored by fuyunnan's avatar fuyunnan

添加仓库 出库单 状态修改rpc

parent 5da49a75
......@@ -184,4 +184,15 @@ interface StoreServiceInterface
*/
public function restoreStock($sourceNo): int;
/**
* description:更新出库单状态
* author: fuyunnan
* @param array $sourceNos 来源单号数组
* @param array $update 修改内容
* @return int
* @throws
* Date: 2020/10/13
*/
public function updateExOrder($sourceNos, $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