Commit 7a98a553 authored by fuyunnan's avatar fuyunnan

生产通知单获取的rpc

parent 15fd5eaf
......@@ -196,4 +196,16 @@ interface StoreServiceInterface
*/
public function updateExOrder($sourceNos, $where, $update): int;
/**
* description:通过出库来源单号获取-对应的信息
* author: fuyunnan
* @param array $sources 来源单号数组
* @param array $status 出库单状态
* @param array $where 查询条件数组
* @return array
* @throws
* Date: 2020/11/5
*/
public function getByExSourceList($sources, $status = [], $where = []): array;
}
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