|
|
|
|
@ -9,18 +9,25 @@ public class LabPeopleManagement {
|
|
|
|
|
public String getStuNo() {
|
|
|
|
|
return stuNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStuNo(String stuNo) {
|
|
|
|
|
this.stuNo = stuNo;
|
|
|
|
|
}
|
|
|
|
|
public String getTcrNo() {return tcrNo;}
|
|
|
|
|
public String getTcrNo() {
|
|
|
|
|
return tcrNo;
|
|
|
|
|
}
|
|
|
|
|
public void setTcrNo(String tcrNo) {this.tcrNo = tcrNo;}
|
|
|
|
|
public String getTcrName() {return tcrName;}
|
|
|
|
|
public String getTcrName() {
|
|
|
|
|
return tcrName;}
|
|
|
|
|
|
|
|
|
|
public void setTcrName(String tcrName) {
|
|
|
|
|
this.tcrName = tcrName;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getStuName() {
|
|
|
|
|
return stuName;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setStuName(String stuName) {
|
|
|
|
|
this.stuName = stuName;
|
|
|
|
|
}
|
|
|
|
|
|