package com.takensoft.pohangTp.test.dao;

import org.apache.ibatis.annotations.Mapper;

import com.takensoft.pohangTp.test.vo.TestVO;


@Mapper
public interface TestDAO {

    public TestVO testSelectOne() throws Exception;
}
