package com.artfess.base.service; /** * 记录用户登录日志接口 * * @company 阿特菲斯信息技术有限公司 * @author zhangxw * @email zhangxw@jee-soft.cn * @date 2020年06月19日 */ public interface LoginLogService { void log(String account,String loginType); }