eskeys.properties 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # suppress inspection "UnusedProperty" for whole file
  2. #注意ES的index只能为小写
  3. #系统群发消息索引库,理论上此库只需一个即可,群发消息不会太多
  4. es.sysmsg.index=yjheating_sysmsg_
  5. #系统群发消息内容索引库
  6. es.sysmsgtext.index = yjheating_sysmsgtext_
  7. #用户对用户或者消息通知,发送给指定人的消息,暂时可以只用一个进行存储,
  8. #未来数据量大的情况下,可以按年份之类的条件增加索引
  9. es.p2pmsg.index = yjheating_p2pmsg_
  10. #点对点消息内容索引库
  11. es.p2pmsgtext.index = yjheating_p2pmsgtext_
  12. #用户对应消息状态,用户在登录时在群发和对点发消息库中查找未读的消息写入此库中
  13. #方便分页和最后的展示,理论上此库需要进行分表,可以针对用户id进行路由
  14. es.usermsg.index = yjheating_usermsg_
  15. #通用文件信息存储
  16. es.erpfile.index = yjheating_erpfile_
  17. #数据权限
  18. es.erpdatapurview.index = yjheating_erpdatepurview_
  19. #查询统计
  20. es.inquireinfo.index = yjheating_inquireinfo_
  21. es.productinfo.index = yjheating_product_info_
  22. es.product.image.index = yjheating_product_image_
  23. es.workprocess.index = yjheating_workprocess_info_
  24. #施工单
  25. es.printbill.index = yjheating_printbill_
  26. es.billstep.index = yjheating_billstep_
  27. es.breedprocess.index = yjheating_breedprocess_
  28. #客户
  29. es.clientinfo.index = yjheating_clientinfo_
  30. es.clientreceiveaddress.index = yjheating_clientreceiveaddress_
  31. #纸张&辅料
  32. es.paperbaseinfo.index = yjheating_paperbaseinfo_
  33. es.paperinfotype.index = yjheating_paperinfotype_
  34. es.paperinfo.index = yjheating_paperinfo_
  35. es.paperquoteinfo.index = yjheating_paperquoteinfo_
  36. es.materialinfotype.index = yjheating_materialinfotype_
  37. es.materialinfo.index = yjheating_materialinfo_
  38. #外协
  39. es.outassistinfo.index = yjheating_outassistinfo_
  40. #供应商
  41. es.supplierInfo.index = yjheating_supplierinfo_
  42. #平台档案
  43. es.platforminfo.index = yjheating_platforminfo_
  44. #平台需求信息档案
  45. es.platformrequire.index = yjheating_platformrequire_
  46. #门店品牌档案
  47. es.storebrand.index = yjheating_storebrand_
  48. #门店档案
  49. es.storeinfo.index = yjheating_storeinfo_
  50. #门店已开通平台
  51. es.storeplatform.index = yjheating_storeplatform_
  52. #订单
  53. es.businesorder.index = yjheating_businessorder_
  54. #订单脚印
  55. es.orderstep.index = yjheating_orderstep_
  56. #订单退款申请
  57. es.refundorderrequest.index = yjheating_refundorderrequest_