Raheb2034Tec / Rahheep

Development
0 stars 0 forks source link

SDS #1

Open Raheb2034Tec opened 4 months ago

Raheb2034Tec commented 4 months ago

تطبيق شحن لوجستية

Raheb2034Tec commented 4 months ago

public class User { private String id; private String name; private String email; private String password; private String address;

public User(String id, String name, String email, String password, String address) {
    this.id = id;
    this.name = name;
    this.email = email;
    this.password = password;
    this.address = address;
}

// Getters and setters
// ...

}