eskeys.properties 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # suppress inspection "UnusedProperty" for whole file
  2. #注意ES的index只能为小写
  3. #系统群发消息索引库,理论上此库只需一个即可,群发消息不会太多
  4. es.sysmsg.index=aeerp_sysmsg_
  5. #系统群发消息内容索引库
  6. es.sysmsgtext.index = aeerp_sysmsgtext_
  7. #用户对用户或者消息通知,发送给指定人的消息,暂时可以只用一个进行存储,
  8. #未来数据量大的情况下,可以按年份之类的条件增加索引
  9. es.p2pmsg.index = aeerp_p2pmsg_
  10. #点对点消息内容索引库
  11. es.p2pmsgtext.index = aeerp_p2pmsgtext_
  12. #用户对应消息状态,用户在登录时在群发和对点发消息库中查找未读的消息写入此库中
  13. #方便分页和最后的展示,理论上此库需要进行分表,可以针对用户id进行路由
  14. es.usermsg.index = aeerp_usermsg_
  15. #通用文件信息存储
  16. es.erpfile.index = aeerp_erpfile_
  17. #数据权限
  18. es.erpdatapurview.index = aeerp_erpdatepurview_
  19. #查询统计
  20. es.inquireinfo.index = aeerp_inquireinfo_
  21. es.productinfo.index = aeerp_product_info_
  22. es.product.image.index = aeerp_product_image_
  23. es.workprocess.index = aeerp_workprocess_info_
  24. #订单索引
  25. es.printorder.index = aeerp_printorder_
  26. es.orderstep.index = aeerp_orderstep_
  27. #施工单
  28. es.printbill.index = aeerp_printbill_
  29. es.billstep.index = aeerp_billstep_
  30. es.breedprocess.index = aeerp_breedprocess_
  31. #客户
  32. es.clientinfo.index = aeerp_clientinfo_
  33. es.clientreceiveaddress.index = aeerp_clientreceiveaddress_
  34. #纸张&辅料
  35. es.paperbaseinfo.index = aeerp_paperbaseinfo_
  36. es.paperinfotype.index = aeerp_paperinfotype_
  37. es.paperinfo.index = aeerp_paperinfo_
  38. es.paperquoteinfo.index = aeerp_paperquoteinfo_
  39. es.materialinfotype.index = aeerp_materialinfotype_
  40. es.materialinfo.index = aeerp_materialinfo_
  41. #外协
  42. es.outassistinfo.index = aeerp_outassistinfo_
  43. #供应商
  44. es.supplierInfo.index = aeerp_supplierinfo_
  45. #平台档案
  46. es.platforminfo.index = dydeliver_platforminfo_
  47. #平台需求信息档案
  48. es.platformrequire.index = dydeliver_platformrequire_