carla 2012-10-31 13:52:06 +00:00
parent 062992261e
commit 5645c68154
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class PuntoVenta implements Serializable {
private List<PtoVtaUsuarioBancario> lsPtovtaUsuarioBancario;
@Column(name = "NUMFAX")
private String numfax;
@Column(name = "COMPL")
@Column(name = "COMPLE")
private String compl;
@OneToMany(cascade = CascadeType.ALL, mappedBy = "puntoventaId")
private List<PtovtaEstoque> ptovtaEstoqueList;