add liegenschaft

This commit is contained in:
2026-06-01 22:14:34 +02:00
parent c7b734a93b
commit 3a60d8eb6a
30 changed files with 516 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ pub mod benutzer;
pub mod gruppe;
// pub mod hersteller;
// pub mod modell;
pub mod liegenschaft;
pub mod rolle;
pub mod typ;
@@ -15,4 +16,5 @@ pub struct Mutation(
benutzer::BenutzerMutation,
gruppe::GruppeMutation,
rolle::RolleMutation,
liegenschaft::LiegenschaftMutation,
);