커밋 APi 수정
This commit is contained in:
@@ -21,8 +21,17 @@ public class PersonBean{
|
||||
private String userTypeName = "";
|
||||
private String authName = "";
|
||||
private String partner_cd = "";
|
||||
private String empseq = "";
|
||||
|
||||
|
||||
public String getEmpseq() {
|
||||
return empseq;
|
||||
}
|
||||
public void setEmpseq(String empseq) {
|
||||
this.empseq = empseq;
|
||||
}
|
||||
|
||||
|
||||
public String getPartner_cd() {
|
||||
return partner_cd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user