package com.gx.obe.quote.service;

import java.util.List;

import com.gx.obe.quote.beans.ExchangeRate;

public class ExchangeRateService {

	/**
	 * @Description: 根据需要转换的币种获取当前姓名设置的汇率列表
	 * @author chenxw
	 * @param tenderId
	 * @param afterCode
	 * @return 
	 */
	public static List<ExchangeRate> getListByAfterCode(String tenderId, String afterCode) {
		// TODO Auto-generated method stub
		return null;
	}
	
}