Commit b31fa4aa authored by nanahira's avatar nanahira

sex

parent b3b07c6c
Pipeline #3239 failed with stages
in 9 minutes and 48 seconds
......@@ -4,9 +4,9 @@
* 学号: {{id}}
* 姓名: {{name}}
{{#sex}}
* 性别: {{sex}}
{{/sex}}
{{#displaySex}}
* 性别: {{displaySex}}
{{/displaySex}}
{{#collegeString}}
* 学院: {{collegeString}}
{{/collegeString}}
......
......@@ -10,7 +10,7 @@ export interface NameWise {
export interface ScoreSheetData {
name: string;
sex: string;
displaySex: string;
id: string;
collegeString: string;
professionString: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment