fixed bug #6180 - Correção de erro em pricing que impede a deleção e alteração de registros de ocupação.

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@42946 d1611594-4594-4d17-8e1d-87c2c4800839
master
thiago 2015-04-09 19:49:26 +00:00
parent 5087e58338
commit 0b7f65a218
1 changed files with 0 additions and 2 deletions

View File

@ -28,10 +28,8 @@ public class PricingOcupaAntecipa implements Serializable {
@GeneratedValue(strategy = GenerationType.AUTO, generator = "PRICING_OCUPA_ANTECIPA_SEQ")
@Column(name = "PRICINGOCUPAANTECIPA_ID")
private Integer pricingocupaantecipaId;
@Basic(optional = false)
@Column(name = "CANTDIASMIN")
private Integer cantdiasmin;
@Basic(optional = false)
@Column(name = "CANTDIASMAX")
private Integer cantdiasmax;
@Column(name = "CANTASIENTOSMIN")