package com.nq.service; public interface ITradingHourService { Boolean timeCheck(String stockCode, String stockType); Boolean timeCheck(); }