Java小项目之:在线设备管理系统( 三 )

public int getLendId() {

return this.LendId;

public void setDept(String Dept) {

this.Dept = Dept;

public String getDept() {

return this.Dept;

public void setLEmplName(String LEmplName) {

this.LEmplName = LEmplName;

public String getLEmplName() {

return this.LEmplName;

public void setStatus(String Status) {

this.Status = Status;

推荐阅读