This commit is contained in:
youngq 2024-10-11 09:22:50 +08:00
parent 70cb4ca524
commit 975297a6aa
1 changed files with 5 additions and 0 deletions

View File

@ -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; }
} }
} }