<% /** * 검색 팝업 업체 * @since 2021.10.01 * @author kim * @version 1.0 * * << 개정 이력 >> * * 수정일 수정자 수정내용 * ---------------- --------------------- -------------------------------------------------------- * 2021.10.01 김효일 최초작성 **/ %> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="com.pms.common.utils.*"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ page import="java.util.*" %> <%@ include file= "/init.jsp" %> <%=Constants.SYSTEM_NAME%>
 
업체코드 업체명 사업자번호 업태 종목
조회된 데이터가 없습니다.
${item.SUVNDCD} ${item.SUVNDNM} ${item.SURGSTNO} ${item.SUBIZTYPE} ${item.SUBIZSORT}
<%@include file="paging.jsp" %>