Its friday and the drivers are happy

This commit is contained in:
LinlyBoi
2022-12-23 21:54:20 +02:00
parent bcf3ec0d8c
commit d466c1199d
5 changed files with 169 additions and 36 deletions

View File

@@ -22,6 +22,5 @@ pub struct CommonDriver {
pub id: i32,
pub name: String,
pub address: String,
pub reg_date: i32,
pub birthdate: i32,
}
}