Skip to content

Commit

Permalink
feat:add selfstudy to classroom message
Browse files Browse the repository at this point in the history
  • Loading branch information
whxxxxxxxxxx committed Nov 13, 2024
1 parent 196e6af commit ffa5a77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions campusapis/teaching/v1/teaching.proto
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ message StaffInfo {
string StaffName = 2;
// 备注
// todo 有空改成 Comment?
// 不知道什么时候有空
string Commit = 3;
}

Expand Down Expand Up @@ -543,6 +544,8 @@ message Classroom {
string buildingName = 6;
// 是否被使用
bool available = 7;
// 是否自习室
bool selfStudy = 8;
}

// GetClassroomUsagesResponse 教室使用情况返回体
Expand Down

0 comments on commit ffa5a77

Please sign in to comment.