mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
用户注册功能实现;用户表添加email字段
This commit is contained in:
@@ -3,7 +3,7 @@ package plus.bookshelf.Dao.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
import plus.bookshelf.Dao.DO.FileObjectDO;
|
||||
|
||||
@Repository
|
||||
@Repository // 添加这个注解,Autowired的时候idea就不会报错了
|
||||
public interface FileObjectDOMapper {
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
|
Reference in New Issue
Block a user