package com.matrix.system.hive.dao; import org.apache.ibatis.annotations.Param; /** * 定时器 * @ClassName: TimerDao * @author jyy * @date 2016年8月17日 下午6:19:05 * */ public interface TimerDao{ /** * * @Title: openTimer 开启定时器 * @param @param time 设定文件 * @return void 返回类型 * @throws */ public void openTimer(@Param("time") String time); }