Subversion Repositories Integrator Subversion

Rev

Rev 106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 106 Rev 195
Line 13... Line 13...
13
import javax.persistence.Table;
13
import javax.persistence.Table;
14
import javax.persistence.Transient;
14
import javax.persistence.Transient;
15
15
16
import org.hibernate.annotations.ForeignKey;
16
import org.hibernate.annotations.ForeignKey;
17
17
18
import br.edu.cesmac.core.util.VerificadorUtil;
-
 
-
 
18
import br.com.ec.core.util.VerificadorUtil;
19
19
20
@Entity
20
@Entity
21
@Table(name="sec_venda_formapagament", schema="sc_sec")
21
@Table(name="sec_venda_formapagament", schema="sc_sec")
22
public class VendaFormaPagamento implements Serializable {
22
public class VendaFormaPagamento implements Serializable {
23
23