Hinzufügen des OnlineShop ordners

main
Leon Maximilian Löhle 2024-10-01 15:02:50 +02:00
parent ae8f1e5905
commit 8583cd4810
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,2 @@
public class Artikel {
}

View File

@ -0,0 +1,7 @@
public class Kunde {
private String name;
private String nachname;
private int postleitzahl;
private int hausnummer;
private String Straße;
}

View File

@ -0,0 +1,2 @@
public class Warenkorb {
}