package com.moral.api.service; public interface HistoryMinutelyService { //分钟表创建 void createTable(String timeUnits); }