1
2
3
pub trait BaseEntity {
  fn table_name() -> &'static str;
}