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); }