1
zj
2024-05-27 1405d2e5b97e8f934cfb9a127c108c63f4dbcf3b
1
2
3
4
5
6
7
package com.nq.service;
 
public interface ITradingHourService {
    Boolean timeCheck(String stockCode);
 
    Boolean timeCheck();
}