db_AI-4/doku/diagrammes/getrents.puml

15 lines
273 B
Plaintext

@startuml
class GetRents {
+ int rent_id
+ string rent_date
+ string payment_date
+ int member_id
+ int rent_price_id
+ int location_id
+ string streetname
+ int location_capacity
+ string location_name
+ string RentInfo()
}
@enduml