EinsatzOnline/src/database/model/entities.rs

5 lines
81 B
Rust

#[derive(Queryable)]
pub struct Entity {
pub(crate) entity_id: uuid::Uuid,
}