예제 #1
0
 @Transactional
 public void deleteById(String id) {
   cellMenuListMapper.deleteCellMenuListById(id);
 }