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