dao层修改 单元测试

This commit is contained in:
禾几海
2020-05-24 23:54:13 +08:00
parent 4f63f7b3d5
commit 0adf936085
4 changed files with 111 additions and 22 deletions

View File

@@ -27,5 +27,7 @@ public interface WebUpdateInfoMapper {
List<WebUpdate> findAll();
List<WebUpdate> findAllNotDeleted();
WebUpdate getLastestOne();
}