We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9153d3 commit 4d04659Copy full SHA for 4d04659
campusapis/staff/base.proto
@@ -38,6 +38,8 @@ message Info {
38
string unitCode = 5;
39
// 学院名称
40
string unitName = 6;
41
+ // 年级
42
+ string grade = 7;
43
}
44
45
// 人员列表
0 commit comments