dashboard
repositories
filestore
activity
search
login
main
/
dabaogp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改客服地址
peter
2025-08-31
097be94690a981b1b7317aee1861c632d00dc51a
[dabaogp.git]
/
src
/
main
/
java
/
com
/
nq
/
service
/
ITradingHourService.java
1
2
3
4
5
6
7
package com.nq.service;
public interface ITradingHourService {
Boolean timeCheck(String stockCode);
Boolean timeCheck();
}