From 508847c2b554c12a440767aed0557393757ce277 Mon Sep 17 00:00:00 2001 From: zyw Date: Fri, 10 Apr 2026 23:21:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=AE=9E=E9=AA=8C=E5=AE=A4?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86LabPeopleManagement?= =?UTF-8?q?=E5=AE=9E=E4=BD=93=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/com/ssm/ioc/LabPeopleManagement.java | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/equipment-SpringProject/src/com/ssm/ioc/LabPeopleManagement.java b/equipment-SpringProject/src/com/ssm/ioc/LabPeopleManagement.java index 2464b24..61bf3d2 100644 --- a/equipment-SpringProject/src/com/ssm/ioc/LabPeopleManagement.java +++ b/equipment-SpringProject/src/com/ssm/ioc/LabPeopleManagement.java @@ -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; }