Guest User

Untitled

a guest
Jan 20th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public class Cliente {
  2.  
  3. public String codigo;
  4. public String direccion;
  5. public String nombre;
  6. public String telefono;
  7.  
  8. }
Add Comment
Please, Sign In to add comment