Skip to content

Commit 28ad623

Browse files
committed
feat: Add nested proto definition for StudentCountData
1 parent f84718d commit 28ad623

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

campusapis/staff/v1/campus.pb.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

campusapis/staff/v1/campus.proto

+1
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ message NiceResponse {
835835
google.protobuf.Any data = 4;
836836
}
837837

838+
// 学生统计结构体
838839
message StudentCountData {
839840
message Degree {
840841
string degree_name = 1;

0 commit comments

Comments
 (0)