All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kedauis.common.service.QuartzService Maven / Gradle / Ivy

The newest version!
package com.kedauis.common.service;

import com.kedauis.system.model.SysQuartzLogs;

/**
 * 项目名称:kd-uip
 * 类描述:
 * 创建人:QiuYu
 * 创建时间:2018/1/16 14:25
 * 修改人:
 * 修改时间:
 * 修改备注:
 */
public interface QuartzService {

    /**
     * author QiuYu
     * date 2018/1/16
     * time 14:26
     * description 插入定时任务日志
     * @param sysQuartzLogs 要插入的定时任务调用日志
     */
    public void insQuartzLog(SysQuartzLogs sysQuartzLogs);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy