コード例 #1
0
ファイル: CommentService.java プロジェクト: mankouzhuya/cms
 public int insertRecord(Comment record) throws Exception {
   // TODO Auto-generated method stub
   return baseService.insertRecord(record, commentMapper);
 }