@Override public int updateXf9System(Xf9System xf9System) throws Exception { return xf9SystemDao.updateXf9System(xf9System); }
@Override public int updateXf9SystemPwd(Xf9SystemParam xf9SystemParam) throws Exception { return xf9SystemDao.updateXf9SystemPwd(xf9SystemParam); }
@Override public List<Xf9SystemVO> findXf9Systems(Xf9SystemQuery xf9SystemQuery) throws Exception { return xf9SystemDao.findXf9Systems(xf9SystemQuery); }
@Override public int findXf9SystemCount(Xf9SystemQuery xf9SystemQuery) throws Exception { return xf9SystemDao.findXf9SystemCount(xf9SystemQuery); }
@Override public int insertXf9System(Xf9System xf9System) throws Exception { return xf9SystemDao.insertXf9System(xf9System); }
@Override public Xf9System findXf9SystemByUserCode(String userCode) throws Exception { return xf9SystemDao.findXf9SystemByUserCode(userCode); }