Commit 4744c86f authored by  林继鑫's avatar 林继鑫

供应商新增 rpc方法

parent 1f6e8daa
...@@ -53,4 +53,10 @@ interface SupplyServiceInterface ...@@ -53,4 +53,10 @@ interface SupplyServiceInterface
* @return mixed * @return mixed
*/ */
public function getSupplierInvoiceInformation($factory_id); public function getSupplierInvoiceInformation($factory_id);
/**
* 获取工厂供应商发票税率、采购税率
*/
public function getSupplierInfo();
} }
\ 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