URL访问量,用户地址,日志登录,附件上传,下载,配置文件上传
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package com.lovenav.dao;
|
||||
|
||||
import com.lovenav.entity.LoginLogs;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@Mapper
|
||||
@Repository
|
||||
public interface LoginLogsDao {
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
@@ -16,4 +17,8 @@ public interface LoginLogsDao {
|
||||
int updateByPrimaryKeySelective(LoginLogs record);
|
||||
|
||||
int updateByPrimaryKey(LoginLogs record);
|
||||
|
||||
LoginLogs selectAlreadyExist(int userId);
|
||||
|
||||
int updateByUserId(LoginLogs record);
|
||||
}
|
Reference in New Issue
Block a user