s
This commit is contained in:
parent
e802378099
commit
8ffe43a327
@ -45,6 +45,15 @@ namespace VOL.Entity.DomainModels
|
||||
[Column(TypeName = "int")]
|
||||
public int ClassRoomRecordId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 阶段Id
|
||||
/// </summary>
|
||||
[Display(Name = "阶段Id")]
|
||||
[Comment("阶段Id")]
|
||||
[Column(TypeName = "int")]
|
||||
public int ClassroomStageId { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 年级编号
|
||||
/// </summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user