Guest User

Untitled

a guest
Nov 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Produto
  2. Long id
  3. String codigo
  4. String codigoBarras
  5. String descricao
  6. BigDecimal precoVendaAtacado
  7. BigDecimal precoVendaVarejo
  8. Formula formula
  9. Unidade unidade
  10. String ncm
  11.  
  12.  
  13. FormulaProducao
  14. Long id
  15. String descricaoFormula
  16. List< FormulaDetalhe >itens
  17.  
  18. FormulaDetalhe
  19. Long id
  20. Produto materiaPrima
  21. BigDecimal qtdConsumida
Add Comment
Please, Sign In to add comment