コード例 #1
0
ファイル: XlogService.java プロジェクト: gugia/SolarIoT
 public Integer createXlog(Xlog xlog) {
   return (Integer) xlogDao.save(xlog);
 }