Loading src/Service/Interfaces/StoreServiceInterface.php +12 −0 Original line number Diff line number Diff line Loading @@ -52,4 +52,16 @@ interface StoreServiceInterface */ public function listSourceNoProduct($sourceNo): array; /** * description:根据来源单号,获取分组后的入库单 * author: fuyunnan * @param array $sourceNoList 单号列表 * @return array * @throws * Date: 2020/7/11 */ public function listGroupOrder($sourceNoList): array; } No newline at end of file Loading
src/Service/Interfaces/StoreServiceInterface.php +12 −0 Original line number Diff line number Diff line Loading @@ -52,4 +52,16 @@ interface StoreServiceInterface */ public function listSourceNoProduct($sourceNo): array; /** * description:根据来源单号,获取分组后的入库单 * author: fuyunnan * @param array $sourceNoList 单号列表 * @return array * @throws * Date: 2020/7/11 */ public function listGroupOrder($sourceNoList): array; } No newline at end of file