package com.nq.service; import java.math.BigDecimal; public interface IPriceServices { BigDecimal getNowPrice(String stockCode); }