Commit 4ae7d5e68c107fce363b964da46edfe388e5b6dd

Authored by Ronan Tavares Camargo
2 parents 51ec173c 28425b7e
Exists in master

Merge branch 'tarefa-3822' of http://ferramentasgo.centralit.com.br:8080/scm/git…

…/cit-grp-almoxarifado into tarefa-3822
cit-almoxarifado-api/src/main/java/br/com/centralit/api/model/MaterialEstoqueFIFOItem.java
... ... @@ -91,9 +91,6 @@ public class MaterialEstoqueFIFOItem extends PersistentObjectAuditOrganizacao {
91 91 @Column(precision = 20, scale = 4, nullable = false)
92 92 private BigDecimal valorSobra;
93 93  
94   - @Column(precision = 20, scale = 4, nullable = false)
95   - private BigDecimal valorResto;
96   -
97 94 /** Atributo valorTotal. */
98 95 @Column(precision = 20, scale = 4, nullable = false)
99 96 private BigDecimal valorTotal;
... ...