zj
2025-04-16 29cf7e39947e2bf5ccef57542041c65f0083aea5
1
2
3
4
5
6
7
package com.nq.service;
 
public interface ITradingHourService {
    Boolean timeCheck(String stockCode);
 
    Boolean timeCheck();
}