| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- # suppress inspection "UnusedProperty" for whole file
- #注意ES的index只能为小写
- #系统群发消息索引库,理论上此库只需一个即可,群发消息不会太多
- es.sysmsg.index=yjheating_sysmsg_
- #系统群发消息内容索引库
- es.sysmsgtext.index = yjheating_sysmsgtext_
- #用户对用户或者消息通知,发送给指定人的消息,暂时可以只用一个进行存储,
- #未来数据量大的情况下,可以按年份之类的条件增加索引
- es.p2pmsg.index = yjheating_p2pmsg_
- #点对点消息内容索引库
- es.p2pmsgtext.index = yjheating_p2pmsgtext_
- #用户对应消息状态,用户在登录时在群发和对点发消息库中查找未读的消息写入此库中
- #方便分页和最后的展示,理论上此库需要进行分表,可以针对用户id进行路由
- es.usermsg.index = yjheating_usermsg_
- #通用文件信息存储
- es.erpfile.index = yjheating_erpfile_
- #数据权限
- es.erpdatapurview.index = yjheating_erpdatepurview_
- #查询统计
- es.inquireinfo.index = yjheating_inquireinfo_
- es.productinfo.index = yjheating_product_info_
- es.product.image.index = yjheating_product_image_
- es.workprocess.index = yjheating_workprocess_info_
- #施工单
- es.printbill.index = yjheating_printbill_
- es.billstep.index = yjheating_billstep_
- es.breedprocess.index = yjheating_breedprocess_
- #客户
- es.clientinfo.index = yjheating_clientinfo_
- es.clientreceiveaddress.index = yjheating_clientreceiveaddress_
- #纸张&辅料
- es.paperbaseinfo.index = yjheating_paperbaseinfo_
- es.paperinfotype.index = yjheating_paperinfotype_
- es.paperinfo.index = yjheating_paperinfo_
- es.paperquoteinfo.index = yjheating_paperquoteinfo_
- es.materialinfotype.index = yjheating_materialinfotype_
- es.materialinfo.index = yjheating_materialinfo_
- #外协
- es.outassistinfo.index = yjheating_outassistinfo_
- #供应商
- es.supplierInfo.index = yjheating_supplierinfo_
- #平台档案
- es.platforminfo.index = yjheating_platforminfo_
- #平台需求信息档案
- es.platformrequire.index = yjheating_platformrequire_
- #门店品牌档案
- es.storebrand.index = yjheating_storebrand_
- #门店档案
- es.storeinfo.index = yjheating_storeinfo_
- #门店已开通平台
- es.storeplatform.index = yjheating_storeplatform_
- #订单
- es.businesorder.index = yjheating_businessorder_
- #订单脚印
- es.orderstep.index = yjheating_orderstep_
- #订单退款申请
- es.refundorderrequest.index = yjheating_refundorderrequest_
- #请求销账记录
- es.payrequest.record.index = yjheating_payrequest_record_
|