mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
所有convert函数添加判空;上传成功回调函数修Bug
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package plus.bookshelf.Dao.Mapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import org.springframework.stereotype.Repository;
|
||||
import plus.bookshelf.Dao.DO.BookDO;
|
||||
import plus.bookshelf.Dao.DO.BookDOExample;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Repository // 添加这个注解,Autowired的时候idea就不会报错了
|
||||
public interface BookDOMapper {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user