bug #7788
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@65528 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6290107485
commit
d1a96a24fa
|
@ -29,6 +29,7 @@ public class FechamentoParamptovta implements Serializable {
|
|||
private Integer usuarioId;
|
||||
private Boolean activo;
|
||||
private Integer diasemtransito;
|
||||
private String tipopagamento;
|
||||
|
||||
public FechamentoParamptovta() {
|
||||
}
|
||||
|
@ -136,6 +137,15 @@ public class FechamentoParamptovta implements Serializable {
|
|||
return builder.toString();
|
||||
}
|
||||
|
||||
@Column(name = "TIPOPAGAMENTO", length = 1)
|
||||
public String getTipopagamento() {
|
||||
return tipopagamento;
|
||||
}
|
||||
|
||||
public void setTipopagamento(String tipopagamento) {
|
||||
this.tipopagamento = tipopagamento;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue