This commit is contained in:
tanglong 2025-07-10 11:34:11 +08:00
parent e802378099
commit 8ffe43a327

View File

@ -45,6 +45,15 @@ namespace VOL.Entity.DomainModels
[Column(TypeName = "int")] [Column(TypeName = "int")]
public int ClassRoomRecordId { get; set; } public int ClassRoomRecordId { get; set; }
/// <summary>
/// 阶段Id
/// </summary>
[Display(Name = "阶段Id")]
[Comment("阶段Id")]
[Column(TypeName = "int")]
public int ClassroomStageId { get; set; }
/// <summary> /// <summary>
/// 年级编号 /// 年级编号
/// </summary> /// </summary>