package com.jtgh.qlyg.service; import com.jtgh.qlyg.entity.InfLoginLogEntity; /** * 登录情况记录Service * * @author masn * */ public interface InfLoginLogService { public S save(S entity); }