Commit 7cffda80 authored by 秦俊坤's avatar 秦俊坤

新增采购退货列表接口

parent 6671e852
<?php
namespace Meibuyu\Rpc\Service\Interfaces\PurchaseNew;
interface PurchaseReturnsServiceInterface
{
/**
* 获取对应的退货列表
* @param array $filters
* @return array
*/
public function getReturnsByFilter(array $filters = []): array;
}
\ No newline at end of file
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