From 577abe52110e8bc0505dab2326571910321e64d2 Mon Sep 17 00:00:00 2001 From: ndbs Date: Tue, 18 Jan 2022 17:37:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=8E=E6=96=B0=E7=94=9F=E6=88=90=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=85=A5=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=9B=B8=E5=85=B3=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StuVolunteer/StuVolunteerEntity.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuVolunteer/StuVolunteerEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuVolunteer/StuVolunteerEntity.cs index 54eeaee5b..2b7b6ba64 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuVolunteer/StuVolunteerEntity.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuVolunteer/StuVolunteerEntity.cs @@ -234,6 +234,18 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration /// 是否服从安排 /// public bool? IsPlan { get; set; } + /// + /// 准考证号 + /// + public string ExamNo { get; set; } + /// + /// 联系人 + /// + public string LinkMan { get; set; } + /// + /// 联系电话 + /// + public string LinkPhone { get; set; } #endregion