dao层修改 单元测试

This commit is contained in:
禾几海
2020-05-24 22:54:51 +08:00
parent 0136435a41
commit 4f63f7b3d5
9 changed files with 262 additions and 44 deletions

View File

@@ -34,7 +34,7 @@ public interface CategoryMapper {
String getNameById(long id);
Long getIDByName(String name);
Long getIdByName(String name);
Category getLastestCategory();

View File

@@ -26,10 +26,6 @@ public interface TagMapper {
Boolean existsByName(String name);
Long getIDByName(String name);
String getNameById(long id);
Tag getLastestTag();
List<Tag> findAll();