【发布时间】:2021-09-11 09:16:12
【问题描述】:
我有三个表 Invoice(InvoiceId, Invoicetotoalprice),表投诉(complaintId),表是complaintType(complaintTypeID)。我有两个微服务发票管理和投诉管理。所以表complaintType 是由complaint 表和invoice 表来标识的;发票管理和投诉管理共享图片包含的表格以显示关系。有解决这个问题的模式吗?微服务通信也将通过 API 网关 enter image description here
【问题讨论】:
-
你能解释一下complaintType表的多对多关系吗?还有哪两个表有关系?,除了这个,order表和invoice或者投诉微服务是什么关系,图中不是很清楚
-
对不起,我更新了问题
标签: database api rest microservices er-diagrams