Commit f0c4adfe authored by Liu lu's avatar Liu lu

获取采购供应商为发票信息rpc

parent e6890a29
......@@ -112,4 +112,13 @@ interface SupplyServiceInterface
* @return array keyBy('id')
*/
public function getSupplierListByIds(array $ids, array $columns = ['*']): array;
/**
* 获取采购供应商为发票信息
* @author Liu lu
* date 2023-11-20
*/
public function getPurchaseRateInfoListByRelatedIds($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