Skip to content

Commit

Permalink
feat(classroom): support filter by building id
Browse files Browse the repository at this point in the history
  • Loading branch information
setcy committed Dec 16, 2023
1 parent b0e8f08 commit 62c12ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions campusapis/teaching/v1/teaching.proto
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@ message GetUnusedClassroomsRequest {
int32 week = 4;
//节次
int32 section = 5;
//教学楼
int32 buildingID = 6;
}

message GetClassroomsResponse {
Expand Down

0 comments on commit 62c12ec

Please sign in to comment.