master
sirat 2024-06-11 17:23:18 +02:00
parent bb72777d09
commit 710081ce17
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import java.io.Serializable;
public class Company implements Serializable{
private String name;
private String address;
private String address = "siro";
private String phone;
private String email;
private boolean isSmallBusiness;