Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1.  
  2. ploomes.contants.entities = {
  3. contact: 1,
  4. deal: 2,
  5. task: 12,
  6. tag: 23,
  7. user: 24,
  8. city: 25,
  9. state: 26,
  10. country: 27,
  11. contactPhone: 28,
  12. phoneType: 29
  13. }
  14. ploomes.constants.types = {
  15. text = 1,
  16. multilineText = 2,
  17. integer = 4,
  18. decimal = 5,
  19. twoDecimal = 6,
  20. foreignKey = 7,
  21. date = 8,
  22. hour = 9,
  23. checkbox = 10,
  24. cpf = 11,
  25. cpnj = 12,
  26. percent = 13
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement