dao层修改 单元测试

This commit is contained in:
禾几海
2020-05-25 00:02:26 +08:00
parent 0adf936085
commit 86b6bae6e6
3 changed files with 45 additions and 0 deletions

View File

@@ -20,5 +20,7 @@ public interface VisitorMapper {
List<Visitor> findAll();
List<Visitor> findAllNotDeleted();
long count();
}