Loading src/Service/Interfaces/StoreServiceInterface.php +11 −0 Original line number Diff line number Diff line Loading @@ -64,4 +64,15 @@ interface StoreServiceInterface public function listGroupOrder($sourceNoList): array; /** * description:通过入库单id数组获取产品列表 * author: fuyunnan * @param array $ids 入库单ids 数组 * @return array * @throws * Date: 2020/7/10 */ public function listIdsProduct($ids) : array; } No newline at end of file Loading
src/Service/Interfaces/StoreServiceInterface.php +11 −0 Original line number Diff line number Diff line Loading @@ -64,4 +64,15 @@ interface StoreServiceInterface public function listGroupOrder($sourceNoList): array; /** * description:通过入库单id数组获取产品列表 * author: fuyunnan * @param array $ids 入库单ids 数组 * @return array * @throws * Date: 2020/7/10 */ public function listIdsProduct($ids) : array; } No newline at end of file