MemberVO.java
페이지 정보
작성자 관리자 작성일 24-08-06 08:53 조회 86 댓글 0본문
package com.pkt.model;
import lombok.Data;
@Data
public class MemberVO {
private String useremail; //메일주소를 아이디로 처리
private String userpw;
private String username;
private String connecttype; //로컬,카카오,네이버 로그인 처리 방법
private String emailresult; //로컬 메일주소 인증처리 여부
private String phone1;
private String phone2;
private String phone3;
private String signdate;
private String zipcode;
private String zipcode1;
private String zipcode2;
private String zipcode3;
private String zipcode4;
private String level;
}
댓글목록 0
등록된 댓글이 없습니다.