fixes bug#23643
qua:filipe dev: aristides git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@109927 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d3ecdb59ef
commit
78d30052fa
|
@ -60,6 +60,9 @@ public class RutaIcmsExcepcion implements Serializable {
|
|||
@Column(name = "USUARIO_ID")
|
||||
private Integer usuarioId;
|
||||
|
||||
@Column(name = "indCST41")
|
||||
private Boolean indCST41;
|
||||
|
||||
public Integer getRutaIcmsExcepcionId() {
|
||||
return rutaIcmsExcepcionId;
|
||||
}
|
||||
|
@ -139,6 +142,14 @@ public class RutaIcmsExcepcion implements Serializable {
|
|||
public void setUsuarioId(Integer usuarioId) {
|
||||
this.usuarioId = usuarioId;
|
||||
}
|
||||
|
||||
public Boolean getIndCST41() {
|
||||
return indCST41;
|
||||
}
|
||||
|
||||
public void setIndCST41(Boolean indCST41) {
|
||||
this.indCST41 = indCST41;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
|
|
Loading…
Reference in New Issue