# suppress inspection "UnusedProperty" for whole file #注意ES的index只能为小写 #系统群发消息索引库,理论上此库只需一个即可,群发消息不会太多 es.sysmsg.index=aeerp_sysmsg_ #系统群发消息内容索引库 es.sysmsgtext.index = aeerp_sysmsgtext_ #用户对用户或者消息通知,发送给指定人的消息,暂时可以只用一个进行存储, #未来数据量大的情况下,可以按年份之类的条件增加索引 es.p2pmsg.index = aeerp_p2pmsg_ #点对点消息内容索引库 es.p2pmsgtext.index = aeerp_p2pmsgtext_ #用户对应消息状态,用户在登录时在群发和对点发消息库中查找未读的消息写入此库中 #方便分页和最后的展示,理论上此库需要进行分表,可以针对用户id进行路由 es.usermsg.index = aeerp_usermsg_ #通用文件信息存储 es.erpfile.index = aeerp_erpfile_ #数据权限 es.erpdatapurview.index = aeerp_erpdatepurview_ #查询统计 es.inquireinfo.index = aeerp_inquireinfo_ es.productinfo.index = aeerp_product_info_ es.product.image.index = aeerp_product_image_ es.workprocess.index = aeerp_workprocess_info_ #订单索引 es.printorder.index = aeerp_printorder_ es.orderstep.index = aeerp_orderstep_ #施工单 es.printbill.index = aeerp_printbill_ es.billstep.index = aeerp_billstep_ es.breedprocess.index = aeerp_breedprocess_ #客户 es.clientinfo.index = aeerp_clientinfo_ es.clientreceiveaddress.index = aeerp_clientreceiveaddress_ #纸张&辅料 es.paperbaseinfo.index = aeerp_paperbaseinfo_ es.paperinfotype.index = aeerp_paperinfotype_ es.paperinfo.index = aeerp_paperinfo_ es.paperquoteinfo.index = aeerp_paperquoteinfo_ es.materialinfotype.index = aeerp_materialinfotype_ es.materialinfo.index = aeerp_materialinfo_ #外协 es.outassistinfo.index = aeerp_outassistinfo_ #供应商 es.supplierInfo.index = aeerp_supplierinfo_