Esempio n. 1
0
 /** 初始化添加用户参数设置 */
 public int insertUserParam(UserParam uParam) {
   return captureDao.insertUserParam(uParam);
 }