Loading src/Service/Interfaces/Supply/SupplyServiceInterface.php +8 −1 Original line number Diff line number Diff line Loading @@ -75,5 +75,12 @@ interface SupplyServiceInterface */ public function getFactoryYearMonth($params); /** * 获取供应商列表(通过供应商代码) * * @param array $codes 供应商代码数组 * @param array $columns 字段数组 * @return array keyBy('code') */ public function getSupplierListByCodes(array $codes, array $columns = ['*']): array; } No newline at end of file Loading
src/Service/Interfaces/Supply/SupplyServiceInterface.php +8 −1 Original line number Diff line number Diff line Loading @@ -75,5 +75,12 @@ interface SupplyServiceInterface */ public function getFactoryYearMonth($params); /** * 获取供应商列表(通过供应商代码) * * @param array $codes 供应商代码数组 * @param array $columns 字段数组 * @return array keyBy('code') */ public function getSupplierListByCodes(array $codes, array $columns = ['*']): array; } No newline at end of file