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 2168bd2 commit 6b1e62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion campusapis/teaching/v1/teaching.proto
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ message GetUnusedClassroomsRequest {
//节次
int32 section = 5;
//教学楼
int32 buildingID = 6;
string buildingID = 6;
}

message GetClassroomsResponse {
Expand Down

0 comments on commit 6b1e62c

Please sign in to comment.