package com.moral.api.service; public interface HistoryFiveMinutelyService { void createTable(String timeUnits); void insertHistoryFiveMinutely(); }