Nav修改
This commit is contained in:
@@ -24,6 +24,6 @@ public interface NavDao {
|
||||
int updateByPrimaryKey(Nav record);
|
||||
|
||||
Nav selectAlreadyExist(Nav nav);
|
||||
@MapKey("id")
|
||||
HashMap<Integer,Object> selectAllNav();
|
||||
|
||||
List<Nav> selectAllNav();
|
||||
}
|
Reference in New Issue
Block a user