Skip to content

Commit 4f7ec85

Browse files
committed
feat: previous school chat api
1 parent ed41980 commit 4f7ec85

File tree

8 files changed

+1484
-1073
lines changed

8 files changed

+1484
-1073
lines changed

campusapis/staff/v1/campus.pb.go

Lines changed: 738 additions & 729 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
@@ -236,7 +236,8 @@ message GetStaffPreviousSchoolInfoResponse {
236236
message StaffSchoolInfo {
237237
string StaffID = 1;
238238
string StaffName = 2;
239-
string PreviousSchoolName = 3;
239+
string Grade = 3;
240+
string PreviousSchoolName = 4;
240241
}
241242

242243

0 commit comments

Comments
 (0)