This commit is contained in:
parent
70cb4ca524
commit
975297a6aa
|
|
@ -42,5 +42,10 @@ namespace WGShare.Domain.DTOs.Room
|
||||||
/// 科目
|
/// 科目
|
||||||
///</summary>
|
///</summary>
|
||||||
public SubjectType Subject { get; set; }
|
public SubjectType Subject { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 会议室名称
|
||||||
|
/// </summary>
|
||||||
|
public string RoomName { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue