1
zj
2024-10-11 80b71c7fa6143fd72f2f379b8ffabce5233cc9f1
1
2
3
4
5
6
7
package com.nq.service;
 
public interface ITradingHourService {
    Boolean timeCheck(String stockCode);
 
    Boolean timeCheck();
}