기업정보에 휴대전화번호 항목 추가.

main
JoJH 1 year ago
parent 277822b9f6
commit cbda7cb371

@ -130,6 +130,7 @@ public class Rent01Controller extends ApplicationController {
valueMap.put("법인(사업자)번호", format.of("ENT_REG_NO").style(center));
valueMap.put("대표자명", format.of("RPRSV_NM").style(center));
valueMap.put("전화번호", format.of("ENT_TELNO").style(center));
valueMap.put("휴대전화번호", format.of("ENT_MBL_TELNO").style(center));
valueMap.put("팩스번호", format.of("ENT_FXNO").style(center));
valueMap.put("이메일주소", format.of("ENT_EML_ADDR"));
valueMap.put("우편번호", format.of("ENT_ZIP").style(center));

@ -37,6 +37,7 @@
, RE.ENT_REG_NO <!-- 기업 등록 번호 -->
, RE.RPRSV_NM <!-- 대표자 명 -->
, RE.ENT_TELNO <!-- 기업 전화번호 -->
, RE.ENT_MBL_TELNO <!-- 기업 휴대 전화번호 -->
, RE.ENT_FXNO <!-- 기업 팩스번호 -->
, RE.ENT_EML_ADDR <!-- 기업 이메일 주소 -->
, RE.ENT_ZIP <!-- 기업 우편번호 -->

Loading…
Cancel
Save