Skip to content

Commit

Permalink
feat: add grade in person info
Browse files Browse the repository at this point in the history
  • Loading branch information
wujunyi792 committed Jul 13, 2024
1 parent 540e752 commit 72b5769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions campusapis/staff/base.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ message Info {
string unitCode = 5;
// 学院名称
string unitName = 6;
// 年级
string grade = 7;
}

// 人员列表
Expand Down
2 changes: 2 additions & 0 deletions campusapis/staff/v1/campus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ message PersonInfo {
string staffType = 4;
//学院代码
string unitCode = 5;
// 年级
string grade = 6;
}

message GetStudentRewardsRequest {
Expand Down

0 comments on commit 72b5769

Please sign in to comment.