Loading src/Service/Interfaces/StoreServiceInterface.php +12 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading
src/Service/Interfaces/StoreServiceInterface.php +12 −0 Original line number Diff line number Diff line Loading @@ -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; }