2.3.0-rc2
This commit is contained in:
@@ -30,8 +30,25 @@ public sealed class Student : EntityBase
|
||||
public DateOnly EnrollmentDate { get; set; }
|
||||
public StudentStatus Status { get; set; } = StudentStatus.Active;
|
||||
public DateOnly? DateOfBirth { get; set; }
|
||||
public string? EnglishName { get; set; }
|
||||
public string? IdCardNumber { get; set; }
|
||||
public string? Nationality { get; set; }
|
||||
public string? Ethnicity { get; set; }
|
||||
public string? PoliticalStatus { get; set; }
|
||||
public string? NativePlace { get; set; }
|
||||
public string? HouseholdAddress { get; set; }
|
||||
public string? CurrentAddress { get; set; }
|
||||
public string? PostalCode { get; set; }
|
||||
public string? Phone { get; set; }
|
||||
public string? Email { get; set; }
|
||||
public string? Qq { get; set; }
|
||||
public string? WeChat { get; set; }
|
||||
public string? EmergencyContactName { get; set; }
|
||||
public string? EmergencyContactRelationship { get; set; }
|
||||
public string? EmergencyContactPhone { get; set; }
|
||||
public string? SpecialTags { get; set; }
|
||||
public string? SpecialNeeds { get; set; }
|
||||
public string? Biography { get; set; }
|
||||
public string? Notes { get; set; }
|
||||
public Guid? UserId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user