create gruppen, rollen, etc...

This commit is contained in:
Peter Schiwy
2024-12-06 14:06:27 +01:00
parent bfce29c8ee
commit 623d28f77b
63 changed files with 735 additions and 185 deletions

View File

@@ -16,8 +16,8 @@ impl Service {
let rolle_input = entity::Rolle {
id: Ulid::new().into(),
rollenname: input.rollenname,
created_at: Utc::now(),
updated_at: Utc::now(),
erstellt_am: Utc::now(),
geaendert_am: Utc::now(),
};
let created_id = self.repo.create_rolle(&self.db, &rolle_input).await?;