cn.watsontech.webhelper.common.service.accesslog.AccessLogService Maven / Gradle / Ivy
The newest version!
package cn.watsontech.webhelper.common.service.accesslog;
import cn.watsontech.webhelper.common.aop.entity.AccessLog;
import cn.watsontech.webhelper.mybatis.intf.Service;
/**
* Created by Watson Song on 2020/03/05.
*/
public interface AccessLogService extends Service {
}