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