dashboard
repositories
filestore
activity
search
login
main
/
dabaogp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
2024-05-23
367f8e26e9b8e267f7cf7f1ea4a6b3694b773c0c
[dabaogp.git]
/
src
/
main
/
java
/
com
/
nq
/
service
/
IPriceServices.java
1
2
3
4
5
6
7
8
9
10
package com.nq.service;
import java.math.BigDecimal;
public interface IPriceServices {
BigDecimal getNowPrice(String stockCode);
BigDecimal getNowPrice(String stockCode, String stockType);
}