Commit ba9a1358 authored by fuyunnan's avatar fuyunnan

Merge branch 'feature-export' into test

parents 8979ebf1 7a98a553
...@@ -196,4 +196,16 @@ interface StoreServiceInterface ...@@ -196,4 +196,16 @@ interface StoreServiceInterface
*/ */
public function updateExOrder($sourceNos, $where, $update): int; 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