1
zj
2024-05-23 649c8433a4f6f0f3ea2544c7f23f7eda74ff3b94
src/main/java/com/nq/service/IPriceServices.java
@@ -5,4 +5,6 @@
public interface IPriceServices {
    BigDecimal getNowPrice(String stockCode);
    BigDecimal getNowPrice(String stockCode, String stockType);
}