|
|
|
@ -17,8 +17,8 @@ public class XitUserInfoChangeDtlsVO extends BaseVO {
|
|
|
|
|
* serialVersionUID
|
|
|
|
|
*/
|
|
|
|
|
private static final long serialVersionUID = 5110481577978255607L;
|
|
|
|
|
|
|
|
|
|
protected String userId; //사용자 id
|
|
|
|
|
protected String userId; //고유 id
|
|
|
|
|
protected String userAcnt; //계정 id
|
|
|
|
|
protected String changeDe; //변경 일
|
|
|
|
|
protected String orgId; //조직 id
|
|
|
|
|
protected String grpId; //그룹 id
|
|
|
|
@ -37,13 +37,13 @@ public class XitUserInfoChangeDtlsVO extends BaseVO {
|
|
|
|
|
|
|
|
|
|
protected String nsttCd; //소속기관 코드
|
|
|
|
|
protected String stts; //사용자 상태 코드
|
|
|
|
|
protected String userKey; //고유 id
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getUserId() {
|
|
|
|
|
return userId;
|
|
|
|
|
public String getUserAcnt() {
|
|
|
|
|
return userAcnt;
|
|
|
|
|
}
|
|
|
|
|
public void setUserId(String userId) {
|
|
|
|
|
this.userId = userId;
|
|
|
|
|
public void setUserAcnt(String userAcnt) {
|
|
|
|
|
this.userAcnt = userAcnt;
|
|
|
|
|
}
|
|
|
|
|
public String getChangeDe() {
|
|
|
|
|
return changeDe;
|
|
|
|
@ -144,11 +144,11 @@ public class XitUserInfoChangeDtlsVO extends BaseVO {
|
|
|
|
|
public void setStts(String stts) {
|
|
|
|
|
this.stts = stts;
|
|
|
|
|
}
|
|
|
|
|
public String getUserKey() {
|
|
|
|
|
return userKey;
|
|
|
|
|
public String getUserId() {
|
|
|
|
|
return userId;
|
|
|
|
|
}
|
|
|
|
|
public void setUserKey(String userKey) {
|
|
|
|
|
this.userKey = userKey;
|
|
|
|
|
public void setUserId(String userId) {
|
|
|
|
|
this.userId = userId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|