예제 #1
0
 public CellMenuList getCellMenuList(String id) {
   CellMenuList cellMenuList = cellMenuListMapper.getCellMenuListById(id);
   return cellMenuList;
 }