1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

所有convert函数添加判空;上传成功回调函数修Bug

This commit is contained in:
2022-04-16 00:15:59 +08:00
parent 3dac60ced6
commit 67bb897361
9 changed files with 69 additions and 39 deletions

View File

@@ -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 {
/**