Commit 7a98a553 authored by fuyunnan's avatar fuyunnan
Browse files

生产通知单获取的rpc

parent 15fd5eaf
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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;

}