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