Skip to content

Commit 9f2f1f6

Browse files
committed
feat:add chat room field
1 parent e8eec85 commit 9f2f1f6

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

campusapis/staff/v1/campus.pb.go

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

campusapis/staff/v1/campus.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ message GetPreviousSchoolDetailInfoResponse {
249249

250250
message SchoolInfo {
251251
string city = 1;
252-
repeated GradeSchoolInfo grade_school_info = 2;
252+
string city_count = 2;
253+
repeated GradeSchoolInfo grade_school_info = 3;
253254
}
254255

255256
message GradeSchoolInfo{

docs/swagger/campusapis/staff/v1/campus.swagger.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,9 @@
21172117
"city": {
21182118
"type": "string"
21192119
},
2120+
"cityCount": {
2121+
"type": "string"
2122+
},
21202123
"gradeSchoolInfo": {
21212124
"type": "array",
21222125
"items": {

0 commit comments

Comments
 (0)