From 5b4e7f07e3908de21ae47cac8c4409da6411c4d8 Mon Sep 17 00:00:00 2001 From: dao Date: Thu, 24 Oct 2024 13:28:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=92=8C=E7=94=B0=E4=B8=AD=E9=97=B4=E5=BA=93?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DigitalSchoolApi/Models/HtEntity.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DigitalSchoolApi/Models/HtEntity.cs b/DigitalSchoolApi/Models/HtEntity.cs index 624210e..9795cc2 100644 --- a/DigitalSchoolApi/Models/HtEntity.cs +++ b/DigitalSchoolApi/Models/HtEntity.cs @@ -42,10 +42,13 @@ namespace DigitalSchoolApi.Models public string MailAddress { get; set; } public string DeptNo { get; set; } + public string DeptName { get; set; } public string MajorNo { get; set; } + public string MajorName { get; set; } public string ClassNo { get; set; } + public string ClassName { get; set; } public string GenderNo { get; set; }