add liegenschaft
This commit is contained in:
9
src/domain/liegenschaft/entity/liegenschaft.rs
Normal file
9
src/domain/liegenschaft/entity/liegenschaft.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use crate::scalar::{Id, Time};
|
||||
|
||||
pub struct Liegenschaft {
|
||||
pub id_liegenschaft: Id,
|
||||
pub id: String,
|
||||
pub liegenschaftname: String,
|
||||
pub erstellt_am: Option<Time>,
|
||||
pub geaendert_am: Option<Time>,
|
||||
}
|
||||
Reference in New Issue
Block a user