Commit 28425b7e38a84f00d62949558a91fb20c73f2fd3

Authored by erick.sato
1 parent d91375f4
Exists in master

[Redmine #5043]Remoção valor resto

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;
... ...