一系列接口
This commit is contained in:
@@ -2,9 +2,9 @@ package com.lovenav.dao;
|
||||
|
||||
import com.lovenav.entity.User;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.apache.ibatis.annotations.Select;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
|
||||
@Repository
|
||||
@Mapper
|
||||
public interface UserDao {
|
||||
@@ -27,4 +27,5 @@ public interface UserDao {
|
||||
|
||||
int updateByEmail(User user);
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user