2 changed files with 19 additions and 3 deletions
@ -0,0 +1,15 @@ |
|||
package com.epmet.service; |
|||
|
|||
|
|||
import com.epmet.commons.tools.utils.Result; |
|||
|
|||
/** |
|||
* @Description 生成议题表决日统计数定时任务 |
|||
* @Author wangc |
|||
* @Date 2020/5/20 17:39 |
|||
*/ |
|||
public interface IssueVotingDailyStatisticalTaskService { |
|||
|
|||
Result issueVotingDailyStatistical(); |
|||
|
|||
} |
Loading…
Reference in new issue