RestaurantDocument
@MappedEntity
Constructors
Link copied to clipboard
constructor(id: String, managerId: String, name: String, address: String, phone: String, email: String, createdAt: LocalDateTime, updatedAt: LocalDateTime)