mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-15 20:41:19 +00:00
feat: semester field
This commit is contained in:
parent
35b6c19af0
commit
793ccde95c
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ use serde::{Serialize, Deserialize};
|
|||
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
|
||||
pub struct Grade {
|
||||
subject: String,
|
||||
semester: String,
|
||||
value: i32,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue