changed TallyID to a struct instead of a type alias

This commit is contained in:
2025-10-08 16:14:10 +02:00
parent 0f5ca88ae4
commit dfe5197ab8
7 changed files with 118 additions and 61 deletions

View File

@@ -4,8 +4,8 @@ use serde::Serialize;
use super::Date;
use super::IDMapping;
use super::TallyID;
use crate::store::persistence::Persistence;
use crate::store::tally_id::TallyID;
#[derive(Clone, Serialize, Deserialize, Debug)]
pub struct AttendanceDay {