Nav修改

This commit is contained in:
2023-12-26 18:15:04 +08:00
parent ac6e84bb06
commit 5fdda5bdb6
5 changed files with 9 additions and 6 deletions

View File

@@ -24,6 +24,6 @@ public interface NavDao {
int updateByPrimaryKey(Nav record);
Nav selectAlreadyExist(Nav nav);
@MapKey("id")
HashMap<Integer,Object> selectAllNav();
List<Nav> selectAllNav();
}