Skip to content

Commit

Permalink
feat: Add nested proto definition for StudentCountData
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki798 committed Oct 19, 2024
1 parent f84718d commit 28ad623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions campusapis/staff/v1/campus.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions campusapis/staff/v1/campus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ message NiceResponse {
google.protobuf.Any data = 4;
}

// 学生统计结构体
message StudentCountData {
message Degree {
string degree_name = 1;
Expand Down

0 comments on commit 28ad623

Please sign in to comment.