Skip to content

Commit ffa5a77

Browse files
committed
feat:add selfstudy to classroom message
1 parent 196e6af commit ffa5a77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

campusapis/teaching/v1/teaching.proto

+3
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ message StaffInfo {
334334
string StaffName = 2;
335335
// 备注
336336
// todo 有空改成 Comment?
337+
// 不知道什么时候有空
337338
string Commit = 3;
338339
}
339340

@@ -543,6 +544,8 @@ message Classroom {
543544
string buildingName = 6;
544545
// 是否被使用
545546
bool available = 7;
547+
// 是否自习室
548+
bool selfStudy = 8;
546549
}
547550

548551
// GetClassroomUsagesResponse 教室使用情况返回体

0 commit comments

Comments
 (0)