dao层修改 单元测试
This commit is contained in:
@@ -34,7 +34,7 @@ public interface CategoryMapper {
|
||||
|
||||
String getNameById(long id);
|
||||
|
||||
Long getIDByName(String name);
|
||||
Long getIdByName(String name);
|
||||
|
||||
Category getLastestCategory();
|
||||
|
||||
|
||||
@@ -26,10 +26,6 @@ public interface TagMapper {
|
||||
|
||||
Boolean existsByName(String name);
|
||||
|
||||
Long getIDByName(String name);
|
||||
|
||||
String getNameById(long id);
|
||||
|
||||
Tag getLastestTag();
|
||||
|
||||
List<Tag> findAll();
|
||||
|
||||
Reference in New Issue
Block a user