payrequestrecord.json 687 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "info": {
  3. "properties": {
  4. "appId": {
  5. "type": "text",
  6. "index": "not_analyzed"
  7. },
  8. "billKey": {
  9. "type": "text",
  10. "index": "not_analyzed"
  11. },
  12. "payDate": {
  13. "type": "text",
  14. "index": "not_analyzed"
  15. },
  16. "bankBillNo": {
  17. "type": "text",
  18. "index": "not_analyzed"
  19. },
  20. "payAmount": {
  21. "type": "text",
  22. "index": "not_analyzed"
  23. },
  24. "createBy": {
  25. "type": "long"
  26. },
  27. "createTimeLong": {
  28. "type": "long"
  29. },
  30. "updateBy": {
  31. "type": "long"
  32. },
  33. "updateTimeLong": {
  34. "type": "long"
  35. }
  36. }
  37. }
  38. }