1
zj
2024-06-04 bdb109fc4f6d9af242380c1f49f76fad2247b496
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();
}