Example #1
0
 public Notice findById(Integer id) {
   return noticeMapper.findById(id);
 }