다시 수정
This commit is contained in:
parent
4795be7748
commit
8972228213
@ -36,7 +36,9 @@ public class MemberVo {
|
|||||||
private String passwordRes; // 비밀번호힌트답변
|
private String passwordRes; // 비밀번호힌트답변
|
||||||
private int position; // 직급
|
private int position; // 직급
|
||||||
private String address; // 주소
|
private String address; // 주소
|
||||||
|
private String addressDetail; // 상세주소
|
||||||
private String zipcode; // 우편번호
|
private String zipcode; // 우편번호
|
||||||
|
private Date birth; // 생년월일
|
||||||
private String phone; // 전화번호
|
private String phone; // 전화번호
|
||||||
private Date regist; // 가입요청일
|
private Date regist; // 가입요청일
|
||||||
private Date isCdt; // 입사일
|
private Date isCdt; // 입사일
|
||||||
|
|||||||
@ -15,7 +15,9 @@
|
|||||||
, MEMBERPWR AS passwordRes
|
, MEMBERPWR AS passwordRes
|
||||||
, MEMBERPOS AS position
|
, MEMBERPOS AS position
|
||||||
, MEMBERARR AS address
|
, MEMBERARR AS address
|
||||||
|
, MEMBERDTL AS addressDetail
|
||||||
, MEMBERZIP AS zipcode
|
, MEMBERZIP AS zipcode
|
||||||
|
, MEMBERBTH AS birth
|
||||||
, MEMBERTEL AS phone
|
, MEMBERTEL AS phone
|
||||||
, MEMBERRDT AS regist
|
, MEMBERRDT AS regist
|
||||||
, MEMBERCDT AS isCdt
|
, MEMBERCDT AS isCdt
|
||||||
@ -43,7 +45,9 @@
|
|||||||
MEMBERPWR,
|
MEMBERPWR,
|
||||||
MEMBERPOS,
|
MEMBERPOS,
|
||||||
MEMBERARR,
|
MEMBERARR,
|
||||||
|
MEMBERDTL,
|
||||||
MEMBERZIP,
|
MEMBERZIP,
|
||||||
|
MEMBERBTH,
|
||||||
MEMBERTEL,
|
MEMBERTEL,
|
||||||
MEMBERRDT,
|
MEMBERRDT,
|
||||||
MEMBERCDT,
|
MEMBERCDT,
|
||||||
@ -63,7 +67,9 @@
|
|||||||
#{memberPwr},
|
#{memberPwr},
|
||||||
#{memberPos},
|
#{memberPos},
|
||||||
#{memberArr},
|
#{memberArr},
|
||||||
|
#{memberDtl},
|
||||||
#{memberZip},
|
#{memberZip},
|
||||||
|
#{memberBth},
|
||||||
#{memberTel},
|
#{memberTel},
|
||||||
#{memberRdt},
|
#{memberRdt},
|
||||||
#{memberCdt},
|
#{memberCdt},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user