|
|
|
|
@ -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));
|
|
|
|
|
|