SSM整合ProjectDay02-菜單管理:內容刪除操作

一、Dao層 1.SysMenuDao中 public interface SysMenuDao { // 刪除操作 統計此菜單對應子菜單的個數 返回值個數【如果子不爲0,則不能直接刪除 int getChildCount(Integer id); //基於菜單的id執行菜單的刪除操作 int deleteObject(Integer id); 2.新建Dao-SysRole
相關文章
相關標籤/搜索