Commit 3206897c1273ae448b15b9cd11abeff7c9bfd42e
1 parent
6b2a36df
Exists in
master
[Redmine Atendimento #4740]Endereço estoque
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
cit-almoxarifado-api/src/main/java/br/com/centralit/api/model/EnderecoEstoque.java
... | ... | @@ -13,6 +13,8 @@ import javax.persistence.ManyToOne; |
13 | 13 | import javax.persistence.OneToMany; |
14 | 14 | import javax.persistence.Table; |
15 | 15 | |
16 | +import org.hibernate.envers.Audited; | |
17 | + | |
16 | 18 | import com.fasterxml.jackson.annotation.JsonView; |
17 | 19 | |
18 | 20 | import br.com.centralit.api.framework.json.ViewsAdmMateriais; |
... | ... | @@ -52,6 +54,7 @@ import br.com.centralit.framework.model.arquitetura.PersistentObjectAuditOrganiz |
52 | 54 | * @author geovane.filho |
53 | 55 | * |
54 | 56 | */ |
57 | +@Audited | |
55 | 58 | @Entity |
56 | 59 | @Table(name = "alm_es_enderecoestoque") |
57 | 60 | public class EnderecoEstoque extends PersistentObjectAuditOrganizacao { | ... | ... |