Skip to content

Commit 4d04659

Browse files
committed
feat: add grade in person info
1 parent a9153d3 commit 4d04659

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

campusapis/staff/base.proto

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ message Info {
3838
string unitCode = 5;
3939
// 学院名称
4040
string unitName = 6;
41+
// 年级
42+
string grade = 7;
4143
}
4244

4345
// 人员列表

0 commit comments

Comments
 (0)