package com.takensoft.pohangTp.test.service; import com.takensoft.pohangTp.test.vo.TestVO; /** * 테스트 중인 서비스 * * @author 김성원 * @since 2023.12.28 */ public interface TestService { public TestVO testSelectOne() throws Exception; }