Commit 936b2b64 authored by Liu lu's avatar Liu lu

获取采购供应商为增值发票 税率为13%的数据

parent 5bd0a961
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
namespace Meibuyu\Rpc\Service\Interfaces\Supply; namespace Meibuyu\Rpc\Service\Interfaces\Supply;
use App\Model\Supplier;
interface SupplyServiceInterface interface SupplyServiceInterface
{ {
...@@ -92,4 +94,15 @@ interface SupplyServiceInterface ...@@ -92,4 +94,15 @@ interface SupplyServiceInterface
* @return array * @return array
*/ */
public function getEnableSupplierListByStatus(int $status, array $columns = ['*']): array; public function getEnableSupplierListByStatus(int $status, array $columns = ['*']): array;
/**
* 获取采购供应商为增值发票 税率为13%的数据
* @param $ids 采购供应商supplier_id
* @author Liu lu
* date 2023-11-20
*/
public function getPurchaseValueAddedInvoicingListByRelatedIds($ids);
} }
\ 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